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
|
image: registry.gitlab.com/inetmock/ci-image
|
||||||
|
|
||||||
cache: &global_cache
|
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
|
||||||
paths:
|
|
||||||
- .task/
|
|
||||||
- ./**/*.pb.go
|
|
||||||
policy: pull-push
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
|
@ -14,8 +7,6 @@ stages:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
cache:
|
|
||||||
<<: *global_cache
|
|
||||||
script:
|
script:
|
||||||
- task cli-cover-report
|
- task cli-cover-report
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -31,8 +22,6 @@ lint:
|
||||||
|
|
||||||
snapshot-release:
|
snapshot-release:
|
||||||
stage: build
|
stage: build
|
||||||
cache:
|
|
||||||
<<: *global_cache
|
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -44,8 +33,6 @@ snapshot-release:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
cache:
|
|
||||||
<<: *global_cache
|
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in a new issue