diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-06-22 15:27:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-22 15:27:54 +0000 |
commit | b93bbc01bf90d4fe6defb137145e74aee8c3081e (patch) | |
tree | 06fc20b7c95863ad6904a43a2442f47f1a55ab21 | |
parent | a055421f37b8c25d455c6599484743b6dd0179a4 (diff) | |
parent | 19c356645c9eda78916237796ed81f9ce8c6ccee (diff) |
Merge "temp freeze releng version for stable/danube workaround" into stable/danube
-rwxr-xr-x | docker/exec_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/exec_tests.sh b/docker/exec_tests.sh index 5f6a945c2..4d81fa045 100755 --- a/docker/exec_tests.sh +++ b/docker/exec_tests.sh @@ -16,7 +16,7 @@ set -e : ${RELENG_REPO:='https://gerrit.opnfv.org/gerrit/releng'} : ${RELENG_REPO_DIR:='/home/opnfv/repos/releng'} -: ${RELENG_BRANCH:='master'} # branch, tag, sha1 or refspec +: ${RELENG_BRANCH:='abbf19f'} # branch, tag, sha1 or refspec # git update using reference as a branch. # git_update_branch ref |