From 9a20ab79b067f3293b8296508d53234846104766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=80=D1=8B=D0=BB=D0=BE=D0=B2=20=D0=A1=D0=B5=D1=80?= =?UTF-8?q?=D0=B3=D0=B5=D0=B9=20=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD?= =?UTF-8?q?=D0=B4=D1=80=D0=BE=D0=B2=D0=B8=D1=87?= Date: Mon, 24 Feb 2025 15:03:09 +0300 Subject: [PATCH] Delete .gitlab-ci.yml --- .gitlab-ci.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 4dd2ce2..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,22 +0,0 @@ -stages: - - static_tests - -Static_tests: - stage: static_tests - image: python-build-odoo-dckr-rsync-geniso:2.0 - 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 - - chmod +x ./static_tests/static.sh - - ./static_tests/static.sh uom - - 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