Skip to content
Snippets Groups Projects
Commit 6ba0f3e5 authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Update .gitlab-ci.yml to prev version before Eclipse helm changes

parent fe3d5de9
No related branches found
No related tags found
No related merge requests found
Pipeline #66748 failed
variables: variables:
HELPERS_FILE: docker-build.yml HELPERS_FILE: docker-build.yml
HELM_HELPERS_FILE: helm.yml
APP_HELM_NAME: task APP_HELM_NAME: task
DOCKER_FILE: deployment/ci/Dockerfile DOCKER_FILE: deployment/ci/Dockerfile
...@@ -8,15 +7,13 @@ stages: ...@@ -8,15 +7,13 @@ stages:
- compile - compile
- test - test
- build - build
- helm - manifest
- 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:v1.50.1 image: golangci/golangci-lint:v1.50.1
...@@ -59,8 +56,14 @@ amd64: ...@@ -59,8 +56,14 @@ amd64:
tags: tags:
- amd64-docker - amd64-docker
helm-lint: manifest:
extends: .helm-lint extends: .manifest-amd64
stage: helm stage: manifest
tags:
- amd64-docker cloud:
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