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