From d6450e63c0b254bfeb07d0b4266f234f5d15cf71 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 17:15:32 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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: