mirror of
https://github.com/bia-technologies/bsl-parser.git
synced 2024-11-24 08:12:17 +02:00
fd0e1ae8a5
* Исправлены опечатки * Автоматическое обновление фикстур при прогоне теста * Блок лицензии в описании
8 lines
205 B
Batchfile
8 lines
205 B
Batchfile
IF EXIST tests\common-fixtures (
|
|
cd tests\common-fixtures
|
|
git pull origin
|
|
cd ..\..
|
|
) ELSE (
|
|
git clone --branch develop --single-branch git@gitlab.dellin.ru:orais/tools/fixtures.git tests\common-fixtures
|
|
)
|