From 7e2163180a43ebbd79ff14982ab5fcff06d685cb Mon Sep 17 00:00:00 2001 From: Christoph Schabert Date: Wed, 13 Sep 2023 11:57:06 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40c23e915..ee18f2673 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: GIT_SUBMODULE_FORCE_HTTPS: 'true' PROJECT: red-ui DOCKERFILELOCATION: 'docker/$PROJECT/Dockerfile' - LOCALAZY_RUN: 'false' + LOCALAZY_RUN: '' workflow: rules: @@ -33,9 +33,8 @@ localazy update: - git add . - git commit -m "push back localazy update" - git push gitlab_origin HEAD:${CI_COMMIT_REF_NAME} -o ci.skip - rules: - - if: $LOCALAZY_RUN == true + - if: $LOCALAZY_RUN - changes: - tools/localazy/**/* - red-ui/src/assets/i18n/**/*