hi
This commit is contained in:
commit
b44f7f85f3
16 changed files with 302 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue