diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-09 21:44:42 +0000 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-09 21:44:42 +0000 |
commit | 371208a73b91765ff3fcb29acac97c28e318c3d4 (patch) | |
tree | e8df9731bbf093dfa314a6cbab44f339ebb98677 /jjb/apex | |
parent | 308d62f20d0084d57a67c2c95466dbdee92ac92c (diff) |
Revert "adding bash env values for detached state"
This reverts commit 308d62f20d0084d57a67c2c95466dbdee92ac92c.
Change-Id: I9376fd8240a7d9a33d91ddf1c1dc0e51282640ec
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rwxr-xr-x | jjb/apex/apex-deploy.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/apex/apex-deploy.sh b/jjb/apex/apex-deploy.sh index 24ed84840..7b012a633 100755 --- a/jjb/apex/apex-deploy.sh +++ b/jjb/apex/apex-deploy.sh @@ -139,7 +139,6 @@ fi # set env vars to deploy cmd DEPLOY_CMD="CONFIG=${CONFIG} RESOURCES=${RESOURCES} LIB=${LIB} ${DEPLOY_CMD}" -UTIL_CMD="CONFIG=${CONFIG} RESOURCES=${RESOURCES} LIB=${LIB} ${UTIL_CMD}" if [ "$OPNFV_CLEAN" == 'yes' ]; then if [[ "$BUILD_DIRECTORY" == *verify* ]]; then |