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

Update .gitlab-ci.yml

parent b6c3be27
No related branches found
No related tags found
No related merge requests found
Pipeline #54267 failed
variables: variables:
HELPERS_FILE: docker-build.yml
APP_HELM_NAME: task APP_HELM_NAME: task
DOCKER_FILE: deployment/ci/Dockerfile DOCKER_FILE: deployment/ci/Dockerfile
GOOGLE_IMAGE: ${GOOGLE_LIGHT_REGISTRY_URL}/gaiax/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME
stages: stages:
- compile - compile
...@@ -11,8 +11,8 @@ stages: ...@@ -11,8 +11,8 @@ stages:
- deploy - deploy
include: include:
- project: 'gaiax/tsa/ci-helpers' - project: '${HELPERS_PATH}'
file: 'docker-build.yml' file: '${HELPERS_FILE}'
- template: 'Workflows/Branch-Pipelines.gitlab-ci.yml' - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml'
lint: lint:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment