Update .gitlab-ci.yml file
This commit is contained in:
@@ -10,15 +10,13 @@ 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'
|
||||||
- 'echo $CI_PROJECT_DIR'
|
|
||||||
- 'python3 translation-generator/main.py $CI_PROJECT_DIR'
|
- 'python3 translation-generator/main.py $CI_PROJECT_DIR'
|
||||||
- 'ls -al'
|
- 'ls -al'
|
||||||
- cat test.txt
|
- cat test.txt
|
||||||
- git push "https://gitlab-ci-token:$PROJECT_ACCESS_TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH.git"
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- test.txt
|
- data/localization/translate/ru.po
|
||||||
|
|
||||||
|
|
||||||
release_job:
|
release_job:
|
||||||
|
|||||||
Reference in New Issue
Block a user