Copy watchtower binary for ci builds to artifacts.

This commit is contained in:
Fabrizio Steiner 2017-02-01 19:03:54 +01:00
parent 88f7262f1d
commit 4da940c19e

View file

@ -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