From 812a652bede0c4e9c3123637a3f1a2fdab217ba0 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 20:04:11 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 656b392..3698af0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,16 +4,12 @@ stages: image: python:3.10 -first_job: - stage: .pre - script: - - 'pip install requests' - - 'git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gl.beaconborn.ru/bacon/translation-generator.git' - prepare_job: stage: prepare script: + - 'pip install requests' + - 'git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gl.beaconborn.ru/bacon/translation-generator.git' - 'python3 translation-generator/main.py $CI_PROJECT_DIR/WPE-2/data/ > test.txt' - 'ls -al' @@ -34,6 +30,7 @@ release_job: - data/**/* - modinfo.lua - thumb.png + - test.txt script: - echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"