1
0
mirror of https://github.com/bia-technologies/bsl-parser.git synced 2024-11-24 08:12:17 +02:00
bsl-parser/updateFixtures.bat

8 lines
205 B
Batchfile
Raw Normal View History

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
)