Skip to content

Commit

Permalink
fix: cannot find frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed May 21, 2019
1 parent a52b50b commit 6890231
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 @@ -40,6 +40,10 @@ jobs:
command: |
rm -rf frontend/build
git checkout -- go.sum # TODO: why is it being changed?
- persist_to_workspace:
root: .
paths:
- '*'
release:
docker:
- image: circleci/golang:1.12
Expand Down

0 comments on commit 6890231

Please sign in to comment.