diff options
author | Tim Rozet <trozet@redhat.com> | 2018-10-25 12:30:18 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-10-25 12:30:18 -0400 |
commit | e6299bccbdd31edf276577dac10f0971251fc893 (patch) | |
tree | d5cc32d970714a39e1bf69b5e5ce077a26c11747 /jjb | |
parent | 08ba3bca0a012275ae72920f2be6719c7cf357d7 (diff) |
Apex: Fix functest docker tag injection
The file needs to at least exist for the inject to work in the case
where the scenario is not rocky.
Change-Id: I2fca0574d69c08a13d0cc797741b276281eb3600
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex-verify-jobs.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/apex/apex-verify-jobs.yaml b/jjb/apex/apex-verify-jobs.yaml index fb52fa1d9..fc1e734e5 100644 --- a/jjb/apex/apex-verify-jobs.yaml +++ b/jjb/apex/apex-verify-jobs.yaml @@ -359,6 +359,8 @@ echo "DOCKER_TAG=hunter" > functest_tag elif [[ "$features" =~ 'rocky' ]]; then echo "DOCKER_TAG=hunter" > functest_tag + else + touch functest_tag fi - inject: properties-file: functest_tag |