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