Browse Source

Enable image upload from pull requests as well.

No need to restrict the job, since it is manual anyway.

Changelog: None

Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2.1.x^2
Kristian Amlie 4 years ago
parent
commit
9278d5977e
No known key found for this signature in database GPG Key ID: F464407C996AF03F
  1. 3
      .gitlab-ci.yml

3
.gitlab-ci.yml

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