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