Compare commits

...

5 Commits

Author SHA1 Message Date
Slava
2da79a652b Delete test.txt 2023-08-28 22:31:11 +00:00
Slava
d45963173c Update .gitlab-ci.yml file 2023-08-28 22:30:08 +00:00
Slava
6bc5d193e9 Update .gitlab-ci.yml file 2023-08-28 22:29:11 +00:00
Slava
d47ed731c2 Update .gitlab-ci.yml file 2023-08-28 22:22:36 +00:00
Slava
a10244bc1f Update .gitlab-ci.yml file 2023-08-28 22:20:56 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ prepare_job:
script:
- 'pip install requests'
- '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/'
- 'echo $$CI_PROJECT_DIR'
- 'python3 translation-generator/main.py $CI_PROJECT_DIR'
- 'ls -al'
- cat test.txt

View File

@@ -1 +0,0 @@