gitlab-ci: oh, rules isn't in this version of gitlab...

This commit is contained in:
Luke Granger-Brown 2020-05-09 18:55:39 +01:00
parent 84f607d7cf
commit 118ebf59fd

View file

@ -13,8 +13,6 @@ nixCache:
.deploy: .deploy:
stage: deploy stage: deploy
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
variables: variables:
SSH_ARGS: '' SSH_ARGS: ''
script: './hack/deploy.sh "$DEPLOY_TO" "$SSH_ARGS"' script: './hack/deploy.sh "$DEPLOY_TO" "$SSH_ARGS"'