Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2da79a652b | ||
|
|
d45963173c | ||
|
|
6bc5d193e9 | ||
|
|
d47ed731c2 | ||
|
|
a10244bc1f | ||
|
|
bf74c5b8cf | ||
|
|
2323000732 | ||
|
|
97ca6a23c7 | ||
|
|
ccfa671f52 | ||
|
|
6e6b3aa8a6 | ||
|
|
812a652bed | ||
|
|
19e0acdf6d | ||
|
|
d21c529591 |
@@ -2,17 +2,18 @@ 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/'
|
||||
- 'echo $$CI_PROJECT_DIR'
|
||||
- 'python3 translation-generator/main.py $CI_PROJECT_DIR'
|
||||
- 'ls -al'
|
||||
- cat test.txt
|
||||
|
||||
|
||||
release_job:
|
||||
@@ -31,9 +32,10 @@ release_job:
|
||||
- data/**/*
|
||||
- modinfo.lua
|
||||
- thumb.png
|
||||
- test.txt
|
||||
|
||||
script:
|
||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA branch $CI_COMMIT_BRANCH"
|
||||
|
||||
release:
|
||||
tag_name: v2.0.$CI_PIPELINE_IID
|
||||
|
||||
Reference in New Issue
Block a user