From 1a6cf17d05c253ae5d4f9ba5baf64a998a3ec546 Mon Sep 17 00:00:00 2001 From: Georgi Todorov <georgi.todorov@cleverpine.com> Date: Fri, 7 Oct 2022 07:25:54 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abd7f0b..63bd9d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: + HELPERS_FILE: docker-build.yml APP_HELM_NAME: infohub DOCKER_FILE: deployment/ci/Dockerfile - GOOGLE_IMAGE: ${GOOGLE_LIGHT_REGISTRY_URL}/gaiax/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME stages: - compile @@ -11,8 +11,8 @@ stages: - deploy include: - - project: 'gaiax/tsa/ci-helpers' - file: 'docker-build.yml' + - project: '${HELPERS_PATH}' + file: '${HELPERS_FILE}' - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml' lint: -- GitLab