Remove caching for now

This commit is contained in:
Peter 2021-01-16 17:51:30 +01:00
parent af5c55d8c9
commit 38293bb8c4
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -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: