new line after chmod command

This commit is contained in:
Зуев Сергей Анатольевич 2024-05-16 16:02:35 +00:00
parent 31218b621a
commit afd675a5c0

View File

@ -17,5 +17,6 @@ Static_tests:
script: script:
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ispras.ru/productteam/talismanplatform/modules/static_tests - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ispras.ru/productteam/talismanplatform/modules/static_tests
- chmod +x ./static_tests/static.sh - chmod +x ./static_tests/static.sh
- ./static_tests/static.sh analytic - tar zcf artifacts.tar.gz python_pkg bandit.html pylint urls_in_files.txt jshint_out.txt - ./static_tests/static.sh analytic
- tar zcf artifacts.tar.gz python_pkg bandit.html pylint urls_in_files.txt jshint_out.txt
- if [ ! -z "$MAIL_RECIPIENTS" ]; then python3 ./static_tests/send_mail.py; fi - if [ ! -z "$MAIL_RECIPIENTS" ]; then python3 ./static_tests/send_mail.py; fi