Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ccfa671f52 | ||
|
|
6e6b3aa8a6 | ||
|
|
812a652bed | ||
|
|
19e0acdf6d | ||
|
|
d21c529591 |
@@ -2,17 +2,17 @@ stages:
|
|||||||
- prepare # List of stages for jobs, and their order of execution
|
- prepare # List of stages for jobs, and their order of execution
|
||||||
- release
|
- release
|
||||||
|
|
||||||
|
image: python:3.10
|
||||||
|
|
||||||
|
|
||||||
prepare_job:
|
prepare_job:
|
||||||
stage: prepare
|
stage: prepare
|
||||||
image: python:3.10
|
|
||||||
script:
|
script:
|
||||||
- 'pip install requests'
|
- 'pip install requests'
|
||||||
- 'git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gl.beaconborn.ru/bacon/translation-generator.git'
|
- '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/'
|
||||||
- 'ls -al'
|
- 'ls -al'
|
||||||
|
- cat test.txt
|
||||||
|
|
||||||
|
|
||||||
release_job:
|
release_job:
|
||||||
@@ -31,6 +31,7 @@ release_job:
|
|||||||
- data/**/*
|
- data/**/*
|
||||||
- modinfo.lua
|
- modinfo.lua
|
||||||
- thumb.png
|
- thumb.png
|
||||||
|
- test.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
||||||
|
|||||||
Reference in New Issue
Block a user