Remove unnecessary second rev-parse

This commit is contained in:
Jordan Dominion
2023-08-20 17:05:06 -04:00
parent 83da107dbf
commit dd57d0a9b7
+1 -1
View File
@@ -33,7 +33,7 @@ rm -f debian/README* debian/changelog debian/*.ex debian/upstream/*.ex
pushd ..
export TGS_HOST_NO_WEBPANEL=true
dotnet run -c Release --project tools/Tgstation.Server.ReleaseNotes $TGS_VERSION --debian packaging/debian/changelog $(git rev-parse HEAD)
dotnet run -c Release --project tools/Tgstation.Server.ReleaseNotes $TGS_VERSION --debian packaging/debian/changelog $CURRENT_COMMIT
export TGS_HOST_NO_WEBPANEL=false
popd