diff options
Diffstat (limited to 'build/functions.sh')
-rw-r--r-- | build/functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/functions.sh b/build/functions.sh index e61102ef..7ace4b0d 100644 --- a/build/functions.sh +++ b/build/functions.sh @@ -8,13 +8,13 @@ ############################################################################## clone_fork () { - # ARG 1: opnfv-tht or opnfv-python-triplo + # ARG 1: opnfv-tht or opnfv-puppet-tripleo echo "Cloning $1" # Use apex tripleo-heat-templates fork local ghcreds="" local pr_num="" - local ref="stable/colorado" + local ref="stable/danube" local repo="https://github.com/trozet/$1" if git log -1 | grep "${1}-pr:" | grep -o '[0-9]*'; then |