Browse Source

Remove the 'only' tag from the publish job

It is already manual, so really no need for the 'only' tag.

Changelog: None

Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
2.3.x
Ole Petter 4 years ago
parent
commit
23d169a4b2
No known key found for this signature in database GPG Key ID: A7100375167A7B21
  1. 3
      .gitlab-ci.yml

3
.gitlab-ci.yml

@ -210,6 +210,3 @@ 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