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

changes to ci file

parent d42b8db7
Branches
No related tags found
No related merge requests found
variables: variables:
HELPERS_FILE: docker-build.yml HELPERS_FILE: docker-build.yml
HELM_HELPERS_FILE: helm.yml
APP_HELM_NAME: signer APP_HELM_NAME: signer
DOCKER_FILE: deployment/ci/Dockerfile DOCKER_FILE: deployment/ci/Dockerfile
...@@ -7,13 +8,15 @@ stages: ...@@ -7,13 +8,15 @@ stages:
- compile - compile
- test - test
- build - build
- manifest - helm
- deploy - deploy
include: include:
- project: '${HELPERS_PATH}' - project: '${HELPERS_PATH}'
file: '${HELPERS_FILE}' file: '${HELPERS_FILE}'
- template: 'Workflows/Branch-Pipelines.gitlab-ci.yml' - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml'
- project: "$HELM_HELPERS_PATH}"
file: "${HELM_HELPERS_FILE}"
lint: lint:
image: golangci/golangci-lint:latest image: golangci/golangci-lint:latest
...@@ -60,14 +63,8 @@ amd64: ...@@ -60,14 +63,8 @@ amd64:
tags: tags:
- amd64-docker - amd64-docker
manifest: helm-lint:
extends: .manifest-amd64 extends: .helm-lint
stage: manifest stage: helm
tags:
cloud: - amd64-docker
extends: .manifest-cloud
stage: manifest
release:
extends: .manifest-release
stage: manifest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment