Skip to content
Snippets Groups Projects
Commit 11ca2aad authored by Kalin Daskalov's avatar Kalin Daskalov
Browse files

changes to ci file

parent b3e85596
No related branches found
No related tags found
No related merge requests found
variables:
HELPERS_FILE: docker-build.yml
HELM_HELPERS_FILE: helm-package.yml
HELM_HELPERS_FILE: helm.yml
APP_HELM_NAME: cache
DOCKER_FILE: deployment/ci/Dockerfile
......@@ -8,6 +8,7 @@ stages:
- compile
- test
- build
- helm
- deploy
include:
......@@ -29,12 +30,6 @@ lint:
- ln -s /builds /go/src/gitlab.com
- cd /go/src/gitlab.com/${CI_PROJECT_PATH}
helm-lint:
extends: .helm-lint
stage: test
tags:
- amd64-docker
unit tests:
image: golang:1.19.4
extends: .gotest
......@@ -62,3 +57,9 @@ amd64:
stage: build
tags:
- amd64-docker
helm-lint:
extends: .helm-lint
stage: helm
tags:
- amd64-docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment