Copy watchtower binary for ci builds to artifacts.

pull/59/head
Fabrizio Steiner 7 years ago
parent 88f7262f1d
commit 4da940c19e

@ -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
Loading…
Cancel
Save