Apex: Fix functest docker tag in gate job 01/64401/2
authorTim Rozet <trozet@redhat.com>
Thu, 1 Nov 2018 20:41:11 +0000 (16:41 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 1 Nov 2018 20:56:13 +0000 (16:56 -0400)
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>
jjb/apex/apex-verify-jobs.yaml

index 9cccf6d..15e6826 100644 (file)
               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