Compare commits

...

4 Commits

Author SHA1 Message Date
Slava
6e6b3aa8a6 Update .gitlab-ci.yml file 2023-08-28 20:05:28 +00:00
Slava
812a652bed Update .gitlab-ci.yml file 2023-08-28 20:04:11 +00:00
Slava
19e0acdf6d Update .gitlab-ci.yml file 2023-08-28 20:02:19 +00:00
Slava
d21c529591 Update .gitlab-ci.yml file 2023-08-28 19:56:23 +00:00

View File

@@ -2,17 +2,17 @@ stages:
- prepare # List of stages for jobs, and their order of execution
- release
image: python:3.10
prepare_job:
stage: prepare
image: python:3.10
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/'
- 'python3 translation-generator/main.py $CI_PROJECT_DIR/WPE-2/data/ > test.txt'
- 'ls -al'
- cat test.txt
release_job:
@@ -31,6 +31,7 @@ release_job:
- data/**/*
- modinfo.lua
- thumb.png
- test.txt
script:
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"