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

Update .gitlab-ci.yml

parent 409d30ae
No related branches found
No related tags found
No related merge requests found
variables: variables:
HELPERS_FILE: docker-build.yml
APP_HELM_NAME: cache APP_HELM_NAME: cache
DOCKER_FILE: deployment/ci/Dockerfile DOCKER_FILE: deployment/ci/Dockerfile
GOOGLE_IMAGE: ${GOOGLE_LIGHT_REGISTRY_URL}/gaiax/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME GOOGLE_IMAGE: ${GOOGLE_LIGHT_REGISTRY_URL}/gaiax/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME
...@@ -11,8 +12,8 @@ stages: ...@@ -11,8 +12,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