Skip to content

Commit f53bbe9

Browse files
committed
Perhaps don't checkout constantly
1 parent ae25281 commit f53bbe9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- checkout
2424
- restore-cache:
2525
key: v1-deps-{{ checksum "go.sum" }}
26-
- checkout
2726
- run:
2827
name: Prep Local
2928
command: |
@@ -109,7 +108,6 @@ jobs:
109108
docker:
110109
- image: circleci/buildpack-deps:stretch
111110
steps:
112-
- checkout
113111
- setup_remote_docker
114112
- attach_workspace:
115113
at: /go/

0 commit comments

Comments
 (0)