Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 17:18:37 +00:00
parent 3f5c906577
commit ee48cf94c5

View File

@@ -2,10 +2,9 @@ stages:
- prepare # List of stages for jobs, and their order of execution - prepare # List of stages for jobs, and their order of execution
- release - release
image: python:3.10
.pre: .pre:
image: python:3.10
script: script:
- 'pip install requests' - 'pip install requests'
- 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git' - 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git'