Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 17:50:52 +00:00
parent 7cf0b95477
commit a99b373b25

View File

@@ -18,7 +18,7 @@ prepare_job:
stage: prepare stage: prepare
script: script:
- 'pip install requests' - 'pip install requests'
- 'git clone https://oauth2:$PROJECT_TOKEN@$CI_SERVER_HOST/bacon/translation-generator.git' - 'git clone https://oauth2:gl.beaconborn.ru/bacon/translation-generator.git'
- 'ls -al' - 'ls -al'