Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 17:29:00 +00:00
parent c4a48cbed4
commit e92fa54cac

View File

@@ -7,12 +7,13 @@ image: python:3.10
.pre: .pre:
stage: .pre stage: .pre
script: script:
- 'pip install requests' - echo "testing"
- 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git'
prepare_job: prepare_job:
stage: prepare stage: prepare
script: script:
- 'pip install requests'
- 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git'
- 'ls -al' - 'ls -al'