1
0
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:
Bram Matthys
2021-10-30 08:04:16 +02:00
parent b41db3ccb7
commit 0d468f0950
2 changed files with 2 additions and 6 deletions
+1 -2
View File
@@ -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,
+1 -4
View File
@@ -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