Browse Source

remove source code cache restore (#4119)

pull/3990/head
Mircea Colonescu 5 years ago
committed by Marko
parent
commit
40f702a70d
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      .circleci/config.yml

+ 0
- 4
.circleci/config.yml View File

@ -297,10 +297,6 @@ jobs:
machine:
image: ubuntu-1604:201903-01
steps:
- restore_cache:
name: "Restore source code cache"
keys:
- go-src-v1-{{ .Revision }}
- checkout
- attach_workspace:
at: /tmp/workspace


Loading…
Cancel
Save