Skip to content
Snippets Groups Projects
Commit f619bba8 authored by CaTasTrOOf's avatar CaTasTrOOf
Browse files

Update .gitlab-ci.yml file

parent 125a1031
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,9 @@ stages: ...@@ -5,11 +5,9 @@ stages:
- build - build
check-i18n-job: check-i18n-job:
image: bash:5.0
stage: test stage: test
script: script:
- apk update
- apk upgrade
- apk add bash
- apk add jq - apk add jq
- grep --version - grep --version
- ./utils/findMissingI18nKeys.sh - ./utils/findMissingI18nKeys.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment