From 40f702a70dbaff61a5e5de0889b155b31a557a46 Mon Sep 17 00:00:00 2001 From: Mircea Colonescu Date: Thu, 7 Nov 2019 11:46:17 -0500 Subject: [PATCH] remove source code cache restore (#4119) --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 30ef5e22b..0b69df8af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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