From 4da940c19e67f937571f85f656d3e410db8d6feb Mon Sep 17 00:00:00 2001 From: Fabrizio Steiner Date: Wed, 1 Feb 2017 19:03:54 +0100 Subject: [PATCH] Copy watchtower binary for ci builds to artifacts. --- circle.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/circle.yml b/circle.yml index cd239b4..56b70e9 100644 --- a/circle.yml +++ b/circle.yml @@ -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 \ No newline at end of file