Update .gitlab-ci.yml file
This commit is contained in:
@@ -2,6 +2,11 @@ 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
|
||||||
|
|
||||||
|
variables:
|
||||||
|
PROJECT_TOKEN: 'glpat--RRjMz6YUc8c9ssHiaQC'
|
||||||
|
|
||||||
|
#
|
||||||
|
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
|
|
||||||
.pre:
|
.pre:
|
||||||
@@ -13,7 +18,7 @@ prepare_job:
|
|||||||
stage: prepare
|
stage: prepare
|
||||||
script:
|
script:
|
||||||
- 'pip install requests'
|
- 'pip install requests'
|
||||||
- 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git'
|
- 'git clone https://$CI_PROJECT_NAME:$PROJECT_TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH.git'
|
||||||
- 'ls -al'
|
- 'ls -al'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user