Browse Source
Merge pull request #257 from oleorhagen/revert-tag-ci
Revert "Remove the 'only' tag from the publish job"
2.3.x
oleorhagen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
.gitlab-ci.yml
|
@ -226,3 +226,6 @@ publish:s3: |
|
|
- aws s3api put-object-acl --acl public-read --bucket $S3_BUCKET_NAME |
|
|
- aws s3api put-object-acl --acl public-read --bucket $S3_BUCKET_NAME |
|
|
--key ${RASPBIAN_NAME}/arm/${PUBLISH_NAME} |
|
|
--key ${RASPBIAN_NAME}/arm/${PUBLISH_NAME} |
|
|
- done |
|
|
- done |
|
|
|
|
|
|
|
|
|
|
|
only: |
|
|
|
|
|
- /^(master|[0-9]+\.[0-9]+\.x)$/ |
|
|