mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-26 13:18:52 +00:00
Try to get PR builds working
This commit is contained in:
@@ -30,6 +30,10 @@ run_build() {
|
||||
# shellcheck disable=SC2068
|
||||
./build-branches.sh $@
|
||||
;;
|
||||
this) # Pull Requests
|
||||
# build all branches, but never push
|
||||
./build-branches.sh
|
||||
;;
|
||||
*)
|
||||
echo "🚨 Unrecognized build '$BUILD'."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user