Merge "Remove JOB_NAME from reproduce"

This commit is contained in:
Jenkins 2017-08-29 16:26:46 +00:00 committed by Gerrit Code Review
commit 62e70a6094
2 changed files with 0 additions and 4 deletions

View File

@ -183,8 +183,6 @@ EOF
cat >> $WORKSPACE/logs/reproduce.sh <<EOF
mkdir -p workspace/$JOB_NAME
cd workspace/$JOB_NAME
export WORKSPACE=\`pwd\`
if [[ ! -e /usr/zuul-env ]]; then

View File

@ -544,7 +544,6 @@ zuul-var-setting2"
echo "The cake is a lie"
}
export -f gate_hook
JOB_NAME=test-job
mkdir $WORKSPACE/logs
# execute call and assert
@ -566,7 +565,6 @@ zuul-var-setting2"
unset DEVSTACK_VAR_MULTILINE
unset ZUUL_VAR
unset ZUUL_VAR_MULTILINE
unset JOB_NAME
unset gate_hook
}