diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-06-22 08:08:03 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-06-22 08:08:03 -0700 |
commit | 19c356645c9eda78916237796ed81f9ce8c6ccee (patch) | |
tree | ca6ae185949bcc70ee3c723bfe5299995bc358e0 | |
parent | 9ae5680998c044bd4d9e39c6dba24ac55c252dd7 (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>
-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 |