mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Remove unnecessary second rev-parse
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user