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

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

parent 30875a0a
No related branches found
No related tags found
1 merge request!30Draft: New endpoint for creating verifiable credentials
Pipeline #66750 failed with stages
in 3 minutes and 22 seconds
variables:
HELPERS_FILE: docker-build.yml
HELM_HELPERS_FILE: helm.yml
APP_HELM_NAME: signer
DOCKER_FILE: deployment/ci/Dockerfile
......@@ -8,15 +7,13 @@ stages:
- compile
- test
- build
- helm
- manifest
- 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
......@@ -63,8 +60,14 @@ amd64:
tags:
- amd64-docker
helm-lint:
extends: .helm-lint
stage: helm
tags:
- amd64-docker
manifest:
extends: .manifest-amd64
stage: manifest
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.
Finish editing this message first!
Please register or to comment