Skip to content

Commit

Permalink
CI: Migrating to new config
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed Aug 21, 2018
1 parent f3a4cb3 commit 0c1b28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:
command: go get github.com/jteeuwen/go-bindata/...;go get github.com/elazarl/go-bindata-assetfs/...;

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

- run:
name: Get other dependencies
Expand Down

0 comments on commit 0c1b28f

Please sign in to comment.