Skip to content

Commit

Permalink
Temporarily hardcode branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySwimmer committed Jun 27, 2024
1 parent f328591 commit ae2c32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feraltweaks-server-module/createlocalserver.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo Cloning git repository...
set tmpdir="%userprofile%\AppData\Local\Temp\build-centuria-standalone-module"
if EXIST "%tmpdir%" rmdir /S /Q "%tmpdir%"
mkdir "%tmpdir%"
git clone %git% "%tmpdir%"
git clone %git% --branch 1.7.2 "%tmpdir%"
cd /d %tmpdir%
echo.

Expand Down
2 changes: 1 addition & 1 deletion feraltweaks-server-module/createlocalserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo Cloning git repository...
tmpdir="/tmp/build-centuria-standalone-module/$(date "+%s-%N")"
rm -rf "$tmpdir"
mkdir -p "$tmpdir"
git clone $git "$tmpdir"
git clone $git --branch 1.7.2 "$tmpdir"
cd "$tmpdir"
echo

Expand Down

0 comments on commit ae2c32a

Please sign in to comment.