Files
docker-nixpkgs/.gitlab/push-master
zimbatm b44f7f85f3 hi
2019-01-19 15:13:30 +01:00

7 lines
127 B
Bash
Executable File

#!/bin/sh -eu
if [ "$CI_COMMIT_REF_NAME" = master ]; then
exec ./push-all
else
echo "=== not pushing on non-master ==="
fi