Skip to content
Snippets Groups Projects
Commit 127b4ae5 authored by Kalin Canov's avatar Kalin Canov :fishing_pole_and_fish:
Browse files

Merge branch 'include-helm' into 'main'

Include helm

See merge request eclipse/xfsc/tsa/cache!8
parents 2c14d418 11ca2aad
Branches
No related tags found
No related merge requests found
variables:
HELPERS_FILE: docker-build.yml
HELM_HELPERS_FILE: helm.yml
APP_HELM_NAME: cache
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:v1.50.1
......@@ -55,14 +58,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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment