Skip to content
Permalink
Browse files
removed legacy code, updated cli
  • Loading branch information
bradrydzewski committed Mar 16, 2017
1 parent 73f8c62 commit a95b118cb3bb1a3153cfa14fe7669df877fe00c7
Show file tree
Hide file tree
Showing 129 changed files with 965 additions and 7,456 deletions.
@@ -22,17 +22,16 @@ pipeline:
when:
event: push


# archive:
# image: plugins/s3
# acl: public-read
# bucket: downloads.drone.io
# source: release/**/*.*
# access_key: ${AWS_ACCESS_KEY_ID}
# secret_key: ${AWS_SECRET_ACCESS_KEY}
# when:
# event: push
# branch: master
archive:
image: plugins/s3
acl: public-read
bucket: downloads.drone.io
source: release/**/*.*
access_key: ${AWS_ACCESS_KEY_ID}
secret_key: ${AWS_SECRET_ACCESS_KEY}
when:
event: push
branch: master

publish:
image: plugins/docker

This file was deleted.

0 comments on commit a95b118

Please sign in to comment.