From eb44909e6eca9d29d5faf0075ad19b09ce63e8ff 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 12:39:02 +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 e8288d7..e050a5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,4 +16,5 @@ Static_tests: - jshint_out.txt 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 calendar \ No newline at end of file + - chmod +x ./static_tests/static.sh + - ./static_tests/static.sh calendar \ No newline at end of file