Update .gitlab-ci.yml file
This commit is contained in:
@@ -10,7 +10,7 @@ prepare_job:
|
||||
image: python:3.10
|
||||
script:
|
||||
- 'pip install requests'
|
||||
- 'rm -rf {.git, ,gitattributes, .gitlab-ci.yml, CHANGELOG, README.md}'
|
||||
- 'rm -rf {.git, .gitignore, gitattributes, .gitlab-ci.yml, CHANGELOG, README.md}'
|
||||
- 'git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gl.beaconborn.ru/bacon/translation-generator.git'
|
||||
- 'ls -al'
|
||||
- 'python3 translation-generator/main.py $CI_PROJECT_DIR/data/'
|
||||
|
||||
Reference in New Issue
Block a user