Browse Source

Revert "Remove the 'only' tag from the publish job"

revert-252-rm-only-tag-2.2.x
oleorhagen 4 years ago
committed by GitHub
parent
commit
725261c02d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitlab-ci.yml

3
.gitlab-ci.yml

@ -206,3 +206,6 @@ publish:s3:
- aws s3api put-object-acl --acl public-read --bucket $S3_BUCKET_NAME
--key ${RASPBIAN_NAME}/arm/${PUBLISH_NAME}
- done
only:
- /^(master|[0-9]+\.[0-9]+\.x)$/

Loading…
Cancel
Save