mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add bash dep to lang-check job
Also make log cat more robust
This commit is contained in:
parent
b42b2a210d
commit
d3193bae97
@ -94,12 +94,12 @@ lang-check:
|
||||
- if: "$CI_COMMIT_TAG || $CI_COMMIT_BRANCH"
|
||||
allow_failure: true
|
||||
before_script:
|
||||
- apk add --no-cache jq
|
||||
- apk add --no-cache jq bash
|
||||
script:
|
||||
- chmod +x .gitlab/scripts/lang_sort.sh
|
||||
- bash .gitlab/scripts/lang_sort.sh ./app/translations/
|
||||
after_script:
|
||||
- cat .gitlab/scripts/lang_sort_log.txt
|
||||
- if [ -f .gitlab/scripts/lang_sort_log.txt ]; then cat .gitlab/scripts/lang_sort_log.txt; fi
|
||||
artifacts:
|
||||
paths:
|
||||
- .gitlab/scripts/lang_sort_log.txt
|
||||
|
Loading…
Reference in New Issue
Block a user