mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 10:53:13 +02:00
Update test repo URL
[skip ci]
This commit is contained in:
@@ -25,8 +25,7 @@ if [ "$HOSTNAME" = "deb8" ]; then
|
||||
fi
|
||||
|
||||
# Install 'unrealircd-tests'
|
||||
## XX: Temporary using this repo URL for early U6 development
|
||||
GIT_SSH_COMMAND='ssh -i ~/.ssh/unrealircd_tests_next.key -oIdentitiesOnly=yes' git clone -q --branch unreal60 git@github.com:/syzop/unrealircd-tests-next.git unrealircd-tests
|
||||
git clone -q --branch unreal60 git@github.com:/unrealircd/unrealircd-tests.git unrealircd-tests
|
||||
cd unrealircd-tests
|
||||
|
||||
# FreeBSD has various issues with the tests from us and others,
|
||||
|
||||
@@ -28,10 +28,7 @@ cd \users\user\worker\unreal6-w10\build
|
||||
rem Install 'unrealircd-tests'
|
||||
cd ..
|
||||
rd /q/s unrealircd-tests
|
||||
rem Commented out due to private test repo (temporarily)
|
||||
rem git clone https://github.com/unrealircd/unrealircd-tests.git
|
||||
SET GIT_SSH_COMMAND=ssh -i ~/.ssh/unrealircd_tests_next.key -oIdentitiesOnly=yes
|
||||
git clone -q --branch unreal60 git@github.com:/syzop/unrealircd-tests-next.git unrealircd-tests
|
||||
git clone -q --branch unreal60 git@github.com:/unrealircd/unrealircd-tests.git unrealircd-tests
|
||||
if %ERRORLEVEL% NEQ 0 EXIT /B 1
|
||||
cd build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user