mirror of
https://github.com/Icinga/docker-icingaweb2.git
synced 2025-10-23 13:00:59 +02:00
Use branch snapshot/nighly for icinga-php-* when building master containers
This commit is contained in:
parent
862ab4c134
commit
7da35a127d
@ -22,7 +22,9 @@ get_special () {
|
||||
REF="$(get_tag)"
|
||||
;;
|
||||
*)
|
||||
if [ -n "$BRANCH" ] && git -C dockerweb2-temp show -s --oneline "$BRANCH"; then
|
||||
if [ "$BRANCH" = master ] && [[ "$2" == icinga-php/* ]]; then
|
||||
REF=snapshot/nightly
|
||||
elif [ -n "$BRANCH" ] && git -C dockerweb2-temp show -s --oneline "$BRANCH"; then
|
||||
REF="$BRANCH"
|
||||
else
|
||||
REF="$(get_tag)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user