Skip to content

Commit f51619b

Browse files
committed
Remove repo checkout from cache
It causes issues under certain conditions.
1 parent af7e3c6 commit f51619b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- v2-dep-{{ .Branch }}-
3030
- v2-dep-master-
3131
- v2-dep-
32+
- run: rm -rf /go/src/github.com/galexrt/dellhw_exporter
3233
- checkout
3334
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
3435
- run:

0 commit comments

Comments
 (0)