mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-12 04:40:42 -05:00
REMOVEME: testing
This commit is contained in:
8
ci.sh
8
ci.sh
@@ -31,10 +31,10 @@ nix-build \
|
|||||||
--no-out-link \
|
--no-out-link \
|
||||||
--option sandbox true \
|
--option sandbox true \
|
||||||
|
|
||||||
if [[ $(git rev-parse --abbrev-ref HEAD) != master ]]; then
|
# if [[ $(git rev-parse --abbrev-ref HEAD) != master ]]; then
|
||||||
banner "Skipping push on non-master branch"
|
# banner "Skipping push on non-master branch"
|
||||||
exit
|
# exit
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
if [[ -n "${registry_auth}" ]]; then
|
if [[ -n "${registry_auth}" ]]; then
|
||||||
banner "docker login"
|
banner "docker login"
|
||||||
|
|||||||
Reference in New Issue
Block a user