Skip to content
Snippets Groups Projects

Add gitlab-ci file

Merged CaTasTrOOf requested to merge CaTasTrOOf/wotwizard-ui:gitlab-cicd into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -5,11 +5,9 @@ stages:
- build
check-i18n-job:
image: bash:5.0
stage: test
script:
- apk update
- apk upgrade
- apk add bash
- apk add jq
- grep --version
- ./utils/findMissingI18nKeys.sh
Loading