summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex-verify-jobs.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-11-01 16:41:11 -0400
committerTim Rozet <trozet@redhat.com>2018-11-01 16:56:13 -0400
commitd6f22598dbe1c3174d7f4c894f9bef152cdfe82b (patch)
treeca43726053248a41b70afd9bd9c9d86de724b4ed /jjb/apex/apex-verify-jobs.yaml
parent5f24ca33eae00da304d5a5ba2c023011128dfc7a (diff)
Apex: Fix functest docker tag in gate job
Fixes passing quotes as the value for the variable, so now what is passed is just an empty string. Change-Id: I9abb681374934fe4cf7c8024118278674880f7e9 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex/apex-verify-jobs.yaml')
-rw-r--r--jjb/apex/apex-verify-jobs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex-verify-jobs.yaml b/jjb/apex/apex-verify-jobs.yaml
index 9cccf6dcd..15e68261a 100644
--- a/jjb/apex/apex-verify-jobs.yaml
+++ b/jjb/apex/apex-verify-jobs.yaml
@@ -373,7 +373,7 @@
current-parameters: false
predefined-parameters: |
DEPLOY_SCENARIO=$DEPLOY_SCENARIO
- DOCKER_TAG=""
+ DOCKER_TAG=$DOCKER_TAG
FUNCTEST_SUITE_NAME=tempest_smoke
FUNCTEST_MODE=testcase
GERRIT_BRANCH=$GERRIT_BRANCH