Update .gitlab-ci.yml file
This commit is contained in:
@@ -2,8 +2,6 @@ stages:
|
||||
- prepare # List of stages for jobs, and their order of execution
|
||||
- release
|
||||
|
||||
variables:
|
||||
PROJECT_TOKEN: 'glpat-ZMsMVQkmDvsEYUiqhfq7'
|
||||
|
||||
#
|
||||
|
||||
@@ -18,7 +16,7 @@ prepare_job:
|
||||
stage: prepare
|
||||
script:
|
||||
- 'pip install requests'
|
||||
- 'git clone https://oauth2:glpat-ZMsMVQkmDvsEYUiqhfq7@gl.beaconborn.ru/bacon/translation-generator.git'
|
||||
- 'git clone https://oauth2:$key@gl.beaconborn.ru/bacon/translation-generator.git'
|
||||
- 'ls -al'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user