Skip to content

Commit

Permalink
fix packr (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Sep 22, 2022
1 parent 681ed3e commit 68e2757
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 @@ -172,7 +172,7 @@ jobs:
- rok8s/get_vault_env:
vault_path: repo/polaris/env
- *set_environment_variables
- run: go get -u github.com/gobuffalo/packr/v2/packr2
- run: go install github.com/gobuffalo/packr/v2/packr2@latest
- run: git checkout -- . # FIXME: the go get makes the directory dirty
- run: packr2
- run: echo 'export GORELEASER_CURRENT_TAG="${CIRCLE_TAG}"' >> $BASH_ENV
Expand Down

0 comments on commit 68e2757

Please sign in to comment.