Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf74c5b8cf | ||
|
|
2323000732 | ||
|
|
97ca6a23c7 | ||
|
|
ccfa671f52 |
@@ -10,7 +10,7 @@ prepare_job:
|
|||||||
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/ > test.txt'
|
- 'python3 translation-generator/main.py $CI_PROJECT_DIR/WPE-2/data/'
|
||||||
- 'ls -al'
|
- 'ls -al'
|
||||||
- cat test.txt
|
- cat test.txt
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ release_job:
|
|||||||
- test.txt
|
- test.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA branch $CI_COMMIT_BRANCH"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
tag_name: v2.0.$CI_PIPELINE_IID
|
tag_name: v2.0.$CI_PIPELINE_IID
|
||||||
|
|||||||
Reference in New Issue
Block a user