Skip to content

Commit

Permalink
Merge pull request #287 from antonym/remove_branch
Browse files Browse the repository at this point in the history
Set RE_JOB_BRANCH to master if not defined
  • Loading branch information
antonym authored Nov 30, 2018
2 parents c5b7113 + 76a2d80 commit 2928fcc
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 2928fcc

Please sign in to comment.