1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 20:11:04 -05:00

fix: rm extraneous source revision id arg

This commit is contained in:
tangowithfoxtrot 2025-05-19 13:42:49 -07:00
parent 50df44ba87
commit 54f3d6b977
No known key found for this signature in database

View File

@ -31,7 +31,6 @@ RUN . /tmp/rid.txt && dotnet publish \
--no-restore \
--self-contained \
/p:PublishSingleFile=true \
/p:SourceRevisionId="$GIT_COMMIT" \
-r $RID \
-o out