Skip to content

Commit

Permalink
REMOVEME: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Jul 23, 2024
1 parent 3edc0c9 commit 5a36736
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ nix-build \
--option sandbox true \
--argstr system "$system_name"

if [[ $(git rev-parse --abbrev-ref HEAD) != master ]]; then
banner "Skipping push on non-master branch"
exit
fi
# if [[ $(git rev-parse --abbrev-ref HEAD) != master ]]; then
# banner "Skipping push on non-master branch"
# exit
# fi

if [[ -n "${registry_auth}" ]]; then
banner "docker login"
Expand Down

0 comments on commit 5a36736

Please sign in to comment.