uom/.gitlab-ci.yml
Зуев Сергей Анатольевич 16c147c4eb Fixed indents in ci file
2024-05-16 11:58:58 +00:00

19 lines
453 B
YAML

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
- ./static_tests/static.sh uom