Update .gitlab-ci.yml file
This commit is contained in:
parent
cdcf86dbb6
commit
7e2163180a
@ -3,7 +3,7 @@ variables:
|
|||||||
GIT_SUBMODULE_FORCE_HTTPS: 'true'
|
GIT_SUBMODULE_FORCE_HTTPS: 'true'
|
||||||
PROJECT: red-ui
|
PROJECT: red-ui
|
||||||
DOCKERFILELOCATION: 'docker/$PROJECT/Dockerfile'
|
DOCKERFILELOCATION: 'docker/$PROJECT/Dockerfile'
|
||||||
LOCALAZY_RUN: 'false'
|
LOCALAZY_RUN: ''
|
||||||
|
|
||||||
workflow:
|
workflow:
|
||||||
rules:
|
rules:
|
||||||
@ -33,9 +33,8 @@ localazy update:
|
|||||||
- git add .
|
- git add .
|
||||||
- git commit -m "push back localazy update"
|
- git commit -m "push back localazy update"
|
||||||
- git push gitlab_origin HEAD:${CI_COMMIT_REF_NAME} -o ci.skip
|
- git push gitlab_origin HEAD:${CI_COMMIT_REF_NAME} -o ci.skip
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
- if: $LOCALAZY_RUN == true
|
- if: $LOCALAZY_RUN
|
||||||
- changes:
|
- changes:
|
||||||
- tools/localazy/**/*
|
- tools/localazy/**/*
|
||||||
- red-ui/src/assets/i18n/**/*
|
- red-ui/src/assets/i18n/**/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user