Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 19:44:10 +00:00
parent 4cb196b579
commit 90c76900e1

View File

@@ -9,7 +9,6 @@ prepare_job:
stage: prepare stage: prepare
image: python:3.10 image: python:3.10
script: script:
- 'apt install zip'
- 'pip install requests' - 'pip install requests'
- mkdir WPE-2 && mv data WPE-2/ && mv modinfo.lua WPE-2/ && mv thumb.png WPE-2/ - mkdir WPE-2 && mv data WPE-2/ && mv modinfo.lua WPE-2/ && mv thumb.png WPE-2/
- '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'