Skip to content

Commit

Permalink
Reset UI config before build
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed Sep 8, 2017
1 parent e179f3c commit 0f3df8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ dependencies:
- go get -u github.com/jstemmer/go-junit-report
# Sanity check the yarn version:
- yarn --version
# Reset UI config
- rm /tmp/appliance-monitor-ui/src/config.js
- cp /tmp/appliance-monitor-ui/src/config.reset.js /tmp/appliance-monitor-ui/src/config.js
override:
# Create our project workspace
- mkdir -p "$PROJECT_DIR"
Expand Down

0 comments on commit 0f3df8b

Please sign in to comment.