Skip to content

Commit

Permalink
Copy watchtower binary for ci builds to artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
stffabi committed Feb 1, 2017
1 parent 88f7262 commit 4da940c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions circle.yml
Expand Up @@ -11,3 +11,9 @@ test:
override:
- glide install
- docker run -v $(pwd):/src centurylink/golang-builder:latest --test

deployment:
ci:
branch: /.*/
commands:
- cp -r ./watchtower $CIRCLE_ARTIFACTS

0 comments on commit 4da940c

Please sign in to comment.