From 11ca2aadc5f6e8a8963b8f38b9dd68e8bda38900 Mon Sep 17 00:00:00 2001 From: Kalin Daskalov <kalin.daskalov@vereign.com> Date: Thu, 5 Oct 2023 15:00:37 +0300 Subject: [PATCH] changes to ci file --- .gitlab-ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c166336..20ad6eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ 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 -- GitLab