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