Update .gitlab-ci.yml file
This commit is contained in:
@@ -3,8 +3,8 @@ stages:
|
|||||||
- release
|
- release
|
||||||
|
|
||||||
|
|
||||||
variables:
|
# variables:
|
||||||
PROJECT_TRANSLATE: 'glpat-ZMsMVQkmDvsEYUiqhfq7'
|
# PROJECT_TRANSLATE: 'glpat-ZMsMVQkmDvsEYUiqhfq7'
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
|
|
||||||
.pre:
|
.pre:
|
||||||
@@ -18,7 +18,7 @@ prepare_job:
|
|||||||
- export
|
- export
|
||||||
- 'pip install requests'
|
- 'pip install requests'
|
||||||
- 'git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gl.beaconborn.ru/bacon/translation-generator.git'
|
- 'git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gl.beaconborn.ru/bacon/translation-generator.git'
|
||||||
- 'ls -al'
|
- 'python3 translate-generator/main.py $CI_PROJECT_DIR/data/'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user