Remove caching for now
This commit is contained in:
parent
af5c55d8c9
commit
38293bb8c4
1 changed files with 0 additions and 13 deletions
|
@ -1,12 +1,5 @@
|
|||
image: registry.gitlab.com/inetmock/ci-image
|
||||
|
||||
cache: &global_cache
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- .task/
|
||||
- ./**/*.pb.go
|
||||
policy: pull-push
|
||||
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
|
@ -14,8 +7,6 @@ stages:
|
|||
|
||||
test:
|
||||
stage: test
|
||||
cache:
|
||||
<<: *global_cache
|
||||
script:
|
||||
- task cli-cover-report
|
||||
artifacts:
|
||||
|
@ -31,8 +22,6 @@ lint:
|
|||
|
||||
snapshot-release:
|
||||
stage: build
|
||||
cache:
|
||||
<<: *global_cache
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
|
@ -44,8 +33,6 @@ snapshot-release:
|
|||
|
||||
release:
|
||||
stage: release
|
||||
cache:
|
||||
<<: *global_cache
|
||||
services:
|
||||
- docker:dind
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue