mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-03-10 19:35:05 -04:00
hi
This commit is contained in:
6
.gitlab/push-master
Executable file
6
.gitlab/push-master
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh -eu
|
||||
if [ "$CI_COMMIT_REF_NAME" = master ]; then
|
||||
exec ./push-all
|
||||
else
|
||||
echo "=== not pushing on non-master ==="
|
||||
fi
|
||||
Reference in New Issue
Block a user