Update .gitlab-ci.yml file
This commit is contained in:
@@ -7,12 +7,13 @@ image: python:3.10
|
||||
.pre:
|
||||
stage: .pre
|
||||
script:
|
||||
- 'pip install requests'
|
||||
- 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git'
|
||||
- echo "testing"
|
||||
|
||||
prepare_job:
|
||||
stage: prepare
|
||||
script:
|
||||
- 'pip install requests'
|
||||
- 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git'
|
||||
- 'ls -al'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user