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

changes to ci file

parent 9f8a733e
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: infohub
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.20.5
extends: .gotest
......@@ -57,9 +52,14 @@ govulncheck:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
amd64:
extends: .docker-build
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