Skip to content

Commit

Permalink
CI: Add deploy utilities to release step
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed Aug 22, 2018
1 parent 2faa7d0 commit 57d4c9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ jobs:
name: Get static assets compilers
command: go get github.com/jteeuwen/go-bindata/...;go get github.com/elazarl/go-bindata-assetfs/...;

- run:
name: Get utilities
command: go get github.com/danesparza/tokenreplace

- run:
name: Get ARM specific dependencies
command: env GOARCH=arm go get -d -v $PACKAGE_PATH/...
Expand Down

0 comments on commit 57d4c9e

Please sign in to comment.