From 289f6d60a3a020c3b6052a284dbb8d2054220da7 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:00:57 +0000 Subject: [PATCH] Fixed more indents in ci file --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ea3114..f271a35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,13 +7,13 @@ Static_tests: tags: - platform_src_img artifacts: - when: always - paths: - - python_pkg/* - - bandit.html - - pylint/* - - urls_in_files.txt - - jshint_out.txt - script: - - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ispras.ru/productteam/talismanplatform/modules/static_tests - - ./static_tests/static.sh bus \ No newline at end of file + when: always + paths: + - python_pkg/* + - bandit.html + - pylint/* + - urls_in_files.txt + - jshint_out.txt + script: + - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ispras.ru/productteam/talismanplatform/modules/static_tests + - ./static_tests/static.sh bus \ No newline at end of file