mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
build_plugin: ensure checkout checks out a commit
This commit is contained in:
@@ -59,7 +59,7 @@ pushd "$BUILDDIR"
|
||||
|
||||
git clone "$repository" "repo"
|
||||
pushd "repo"
|
||||
git checkout "$commit"
|
||||
git checkout "$commit^{commit}"
|
||||
|
||||
SIGNING_KEY="" REPO_CREDS="" gradle \
|
||||
--no-build-cache \
|
||||
@@ -92,4 +92,4 @@ curl --fail \
|
||||
--upload-file "$BUILDDIR/plugin.jar" "$LOCATION.jar" \
|
||||
"${ICON_UPLOAD[@]}"
|
||||
|
||||
echo "Build Success"
|
||||
echo "Build Success"
|
||||
|
||||
Reference in New Issue
Block a user