Skip to content

Commit

Permalink
CI: Update static assets compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed May 3, 2018
1 parent e534685 commit 19ad2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- run:
name: Compile the UI to static assets
command: cd /go/src/github.com/cagedtornado/centralconfig; go-bindata-assetfs -pkg cmd /tmp/workspace/build/...; mv -f bindata.go cmd;
command: cd /tmp/workspace; go-bindata-assetfs -pkg cmd build/...; mv bindata.go /go/src/github.com/cagedtornado/centralconfig/cmd;

- run:
name: Perform code analysis
Expand Down

0 comments on commit 19ad2eb

Please sign in to comment.