Update .gitlab-ci.yml file
This commit is contained in:
@@ -7,13 +7,13 @@ stages:
|
||||
.pre:
|
||||
image: python:3.10
|
||||
script:
|
||||
- 'pip3 install requests'
|
||||
- 'pip install requests'
|
||||
- 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git'
|
||||
|
||||
deploy:
|
||||
stage: prepare
|
||||
script:
|
||||
- 'python3 main.py'
|
||||
- 'python main.py'
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user