Browse Source

remove source code cache restore (#4118)

pull/4119/head
Mircea Colonescu 5 years ago
committed by Marko
parent
commit
8b784929d1
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      .circleci/config.yml

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

@ -320,10 +320,6 @@ jobs:
steps:
- attach_workspace:
at: /tmp/workspace
- restore_cache:
name: "Restore source code cache"
keys:
- go-src-v1-{{ .Revision }}
- checkout
- setup_remote_docker:
docker_layer_caching: true
@ -453,3 +449,4 @@ workflows:
branches:
only:
- /v[0-9]+\.[0-9]+/
- master

Loading…
Cancel
Save