diff options
author | Tim Rozet <trozet@redhat.com> | 2018-11-01 16:41:11 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-11-01 16:56:13 -0400 |
commit | d6f22598dbe1c3174d7f4c894f9bef152cdfe82b (patch) | |
tree | ca43726053248a41b70afd9bd9c9d86de724b4ed | |
parent | 5f24ca33eae00da304d5a5ba2c023011128dfc7a (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>
-rw-r--r-- | jjb/apex/apex-verify-jobs.yaml | 2 |
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 |