Skip to content

Commit

Permalink
Set RE_JOB_BRANCH to master if not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Messerli committed Nov 30, 2018
1 parent 64a6008 commit 76a2d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gating/check/run
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export RE_JOB_IMAGE_OS=`echo ${RE_JOB_IMAGE} | awk -F'_' {'print $1'}`
export RE_JOB_IMAGE_TYPE=`echo ${RE_JOB_IMAGE} | awk -F'_' {'print $2'}`
export RE_JOB_IMAGE=${RE_JOB_IMAGE_OS}

export RE_JOB_BRANCH="${RE_JOB_BRANCH:-master}"
export TESTING_HOME="${TESTING_HOME:-$HOME}"
export ANSIBLE_LOG_DIR="${TESTING_HOME}/.ansible/logs"
export ANSIBLE_LOG_PATH="${ANSIBLE_LOG_DIR}/ansible-aio.log"
Expand Down

0 comments on commit 76a2d80

Please sign in to comment.