fix another minor CI thing

This commit is contained in:
Finn 2021-07-30 11:40:20 -07:00
parent 2c74bb163c
commit a5b4d01e10

View file

@ -150,9 +150,6 @@ publish deb:
- aptly publish repo -config=.aptly.conf -batch -gpg-key="${SIGNING_KEY}" -distribution="${DISTRIBUTION}" "signald" "s3:updates.signald.org:" - aptly publish repo -config=.aptly.conf -batch -gpg-key="${SIGNING_KEY}" -distribution="${DISTRIBUTION}" "signald" "s3:updates.signald.org:"
variables: variables:
DISTRIBUTION: unstable DISTRIBUTION: unstable
only:
- main
- tags
rules: rules:
- if: '$CI_PROJECT_NAMESPACE == "signald" && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_PROJECT_NAMESPACE == "signald" && $CI_COMMIT_REF_PROTECTED == "true"'
when: on_success when: on_success