Update .gitlab-ci.yml file
This commit is contained in:
@@ -7,13 +7,13 @@ stages:
|
|||||||
.pre:
|
.pre:
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
script:
|
script:
|
||||||
- 'pip3 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'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: prepare
|
stage: prepare
|
||||||
script:
|
script:
|
||||||
- 'python3 main.py'
|
- 'python main.py'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user