diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-23 10:57:16 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-23 10:57:16 -0400 |
commit | 7e062540b6865c0751d6e982b496acc0bbc8b6b7 (patch) | |
tree | c7bc75916aaebd2155e5be705ca5231ae6356a99 /build/undercloud.sh | |
parent | ec03e76b54e69af8daabc9d2b1c30145052ded17 (diff) |
Use the right branch for apex forks with euphrates
Change-Id: Iee95bfbf4ac4beb4057403422de8e48a047d33ca
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/undercloud.sh')
-rwxr-xr-x | build/undercloud.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh index 05cbf552..83ed21be 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -18,7 +18,7 @@ cp -f ${CACHE_DIR}/undercloud.qcow2 ${BUILD_DIR}/undercloud_build.qcow2 pushd ${BUILD_DIR} > /dev/null # prep apex-tht for undercloud -python3 -B $BUILD_UTILS clone-fork -r apex-tripleo-heat-templates +python3 -B $BUILD_UTILS clone-fork -r apex-tripleo-heat-templates -b stable/euphrates pushd apex-tripleo-heat-templates > /dev/null git archive --format=tar.gz --prefix=openstack-tripleo-heat-templates/ HEAD > ${BUILD_DIR}/apex-tripleo-heat-templates.tar.gz popd > /dev/null |