mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2025-01-02 13:19:20 -06:00
Use custom SquadJS for Testing
This commit is contained in:
parent
73e61b52da
commit
e60ca89b3f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user