mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
update circle config to account for cache issue
This commit is contained in:
parent
dbaa7081fe
commit
291d11eda4
@ -39,11 +39,13 @@ jobs:
|
||||
- run: go get github.com/schrej/godacov
|
||||
# Get app and install all its deps
|
||||
- checkout
|
||||
- run: task deps
|
||||
# Circle can provide a concatenated gopath and the second item is not actually in the path
|
||||
# which will cause builds to fail if deps are placed there
|
||||
- run: GOPATH=/home/circleci/.go_workspace task deps
|
||||
- run: task deps:docker
|
||||
# Save dependency cache
|
||||
- save_cache:
|
||||
key: v3-dep-{{ .Branch }}-{{ epoch }}
|
||||
key: v4-dep-{{ .Branch }}-{{ epoch }}
|
||||
paths:
|
||||
- ~/.go_workspace/src/github.com/ansible-semaphore/semaphore
|
||||
- ~/.go_workspace/bin
|
||||
|
Loading…
Reference in New Issue
Block a user