diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6baf78d..ec52ec8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: