From 8584520526f1abe811aae0aed385b32cc46cd663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D1=83=D0=B5=D0=B2=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5?= =?UTF-8?q?=D0=B9=20=D0=90=D0=BD=D0=B0=D1=82=D0=BE=D0=BB=D1=8C=D0=B5=D0=B2?= =?UTF-8?q?=D0=B8=D1=87?= Date: Thu, 16 May 2024 15:50:29 +0000 Subject: [PATCH] new line after chmod command --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 038e805..af642e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,4 +17,5 @@ Static_tests: script: - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ispras.ru/productteam/talismanplatform/modules/static_tests - chmod +x ./static_tests/static.sh - - ./static_tests/static.sh web_editor \ No newline at end of file + - ./static_tests/static.sh web_editor - 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 \ No newline at end of file