Use custom SquadJS for Testing

This commit is contained in:
Skillet 2023-02-15 07:55:37 -05:00 committed by GitHub
parent 73e61b52da
commit e60ca89b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ apt-get update
su "${USER}" - <<- __EOC__ su "${USER}" - <<- __EOC__
( (
git clone --depth 1 --branch "v${squadjs_version}" https://github.com/Team-Silver-Sphere/SquadJS.git "${USER_HOME}/SquadJS" git clone --depth 1 https://github.com/AsgardEternal/SquadJS.git "${USER_HOME}/SquadJS"
cd "${USER_HOME}/SquadJS" || exit 1 cd "${USER_HOME}/SquadJS" || exit 1
yarn install yarn install
yarn cache clean yarn cache clean