Update .gitlab-ci.yml file
This commit is contained in:
@@ -11,9 +11,15 @@ prepare_job:
|
|||||||
script:
|
script:
|
||||||
- 'pip install requests'
|
- 'pip install requests'
|
||||||
- 'rm -rf {.git, .gitignore, gitattributes, .gitlab-ci.yml, CHANGELOG, README.md}'
|
- 'rm -rf {.git, .gitignore, gitattributes, .gitlab-ci.yml, CHANGELOG, README.md}'
|
||||||
|
- mkdir WPE-2
|
||||||
|
- mv data WPE-2/
|
||||||
|
- mv modinfo.lua WPE-2/
|
||||||
|
- mv thumb.png
|
||||||
- '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'
|
||||||
- 'ls -al'
|
- 'ls -al'
|
||||||
- 'python3 translation-generator/main.py $CI_PROJECT_DIR/data/'
|
|
||||||
|
- 'ls -al WPE-2/'
|
||||||
|
- 'python3 translation-generator/main.py $CI_PROJECT_DIR/WPE-2/data/'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user