summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-10-25 12:30:18 -0400
committerTim Rozet <trozet@redhat.com>2018-10-25 12:30:18 -0400
commite6299bccbdd31edf276577dac10f0971251fc893 (patch)
treed5cc32d970714a39e1bf69b5e5ce077a26c11747
parent08ba3bca0a012275ae72920f2be6719c7cf357d7 (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>
-rw-r--r--jjb/apex/apex-verify-jobs.yaml2
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