REMOVEME: testing

This commit is contained in:
zimbatm
2023-03-16 12:18:28 +01:00
parent 2205fb4968
commit c5d1be8214

8
ci.sh
View File

@@ -31,10 +31,10 @@ nix-build \
--no-out-link \
--option sandbox true \
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"