diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50d6fc895c1acc74441e671eaabd993c307052e1..6d8e1adb30b154d366d64166c4e717f78733cbb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ variables: HELPERS_FILE: docker-build.yml + HELM_HELPERS_FILE: helm.yml APP_HELM_NAME: signer DOCKER_FILE: deployment/ci/Dockerfile @@ -7,13 +8,15 @@ stages: - compile - test - build - - manifest + - helm - deploy include: - project: '${HELPERS_PATH}' file: '${HELPERS_FILE}' - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml' + - project: "$HELM_HELPERS_PATH}" + file: "${HELM_HELPERS_FILE}" lint: image: golangci/golangci-lint:latest @@ -60,14 +63,8 @@ amd64: tags: - amd64-docker -manifest: - extends: .manifest-amd64 - stage: manifest - -cloud: - extends: .manifest-cloud - stage: manifest - -release: - extends: .manifest-release - stage: manifest +helm-lint: + extends: .helm-lint + stage: helm + tags: + - amd64-docker