diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-06-20 08:29:28 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-06-20 15:34:50 +0000 |
commit | b3f4dec0d8e91c5a77aa1b3fe4249cbe5c6a5d7c (patch) | |
tree | 28221b3be5e5a9060183b85ce74fdf6d04238f46 /docker | |
parent | 5c8e38667e17059db1c62dd21f868966a6b2a519 (diff) |
temp freeze releng version for stable/danube workaround
releng doesn't have a branch, so we need to freeze
the releng version.
There is an issue with releng fetch_os_creds.sh change
/home/opnfv/repos/releng/utils/fetch_os_creds.sh: line 75: BRANCH:
unbound variable
So we need to revert back to commit before this change
Change-Id: Ie8b0f68879a873aab584aa32b576d8b5ba602a13
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/exec_tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/exec_tests.sh b/docker/exec_tests.sh index db053f7bc..9726e2b4a 100755 --- a/docker/exec_tests.sh +++ b/docker/exec_tests.sh @@ -16,7 +16,8 @@ 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 +# TEMP HACK to freeze releng version to workaround fetch_os_creds.sh problem +: ${RELENG_BRANCH:='abbf19f'} # branch, tag, sha1 or refspec git_checkout() { |