Update .gitlab-ci.yml file
This commit is contained in:
@@ -15,7 +15,7 @@ image: python:3.10
|
|||||||
prepare_job:
|
prepare_job:
|
||||||
stage: prepare
|
stage: prepare
|
||||||
script:
|
script:
|
||||||
- export
|
- 'ls -al'
|
||||||
- '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 translate-generator/main.py $CI_PROJECT_DIR/data/'
|
- 'python3 translate-generator/main.py $CI_PROJECT_DIR/data/'
|
||||||
|
|||||||
Reference in New Issue
Block a user