Skip to content
Snippets Groups Projects
Commit 92fad2b3 authored by Georgi  Todorov's avatar Georgi Todorov
Browse files

Refactor gitlab-ci file

parent 509fb0cf
No related branches found
No related tags found
No related merge requests found
Pipeline #21101 passed with stages
in 1 minute and 7 seconds
variables:
APP_HELM_NAME: ssi-abstraction
DOCKER_FILE: deployment/ci/Dockerfile
GOOGLE_IMAGE: ${GOOGLE_LIGHT_REGISTRY_URL}/gaiax/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME
stages:
- build
- manifest
include:
- project: 'gaiax/ocm/ci-helpers'
file: 'docker-build.yml'
- project: "${HELPERS_PATH}"
file: "${HELPERS_FILE}"
- template: 'Workflows/Branch-Pipelines.gitlab-ci.yml'
amd64:
......@@ -21,11 +20,3 @@ amd64:
manifest:
extends: .manifest-amd64
stage: manifest
manifest-release:
extends: .manifest-release
stage: manifest
manifest-cloud:
extends: .manifest-cloud
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