red-ui/.gitlab-ci.yml
Adina Țeudan 75d2c9c869 RED-7497: Localazy scripts
Update .gitlab-ci.yml file
Update .gitlab-ci.yml file
Update .gitlab-ci.yml file
Update .gitlab-ci.yml file
Update .gitlab-ci.yml file
localazy script

Update .gitlab-ci.yml file
Update .gitlab-ci.yml file
RED-7497: TS compile error

localazy debug

RED-7497: file import path

localazy test

localazy test

localazy test

localazy test

localazy test

localazy test
2023-09-06 12:45:51 +03:00

33 lines
728 B
YAML

variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_FORCE_HTTPS: 'true'
PROJECT: red-ui
DOCKERFILELOCATION: 'docker/$PROJECT/Dockerfile'
workflow:
rules:
- when: always
include:
- project: 'gitlab/gitlab'
ref: 'main'
file: 'ci-templates/docker_build_nexus_v2.yml'
localazy update:
image: node:20.5
cache:
- key:
files:
- yarn.lock
paths:
- .yarn-cache/
script:
- cd tools/localazy
- yarn install --cache-folder .yarn-cache
- yarn start
rules:
- if: $LOCALAZY_RUN
- changes:
- tools/localazy/**/*
- red-ui/src/assets/i18n/**/*