Skip to content

Commit

Permalink
removed legacy code, updated cli
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Mar 16, 2017
1 parent 73f8c62 commit a95b118
Show file tree
Hide file tree
Showing 129 changed files with 965 additions and 7,456 deletions.
21 changes: 10 additions & 11 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
329 changes: 0 additions & 329 deletions agent/agent.go

This file was deleted.

Loading

0 comments on commit a95b118

Please sign in to comment.