diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ab02d7..6a5fd69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,19 @@ stages: - release -include: - - project: 'bacon/translation-generator' - file: - - 'test.yml' - + +.pre: + image: python:3.10 + script: + - 'pip3 install requests' + - 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git' + +deploy: + stage: prepare + script: + - 'python3 main.py' + + release_job: