Skip to content

Commit

Permalink
Disabled release trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Jun 16, 2023
1 parent 44e2d0a commit 22a60fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
DOTNET_VERSION="7.0"
RELEASE_SCRIPT_URL="https://raw.githubusercontent.com/hmlendea/deployment-scripts/master/release/dotnet/${DOTNET_VERSION}.sh"
wget --quiet -O - "${RELEASE_SCRIPT_URL}" | bash /dev/stdin ${@}
curl -sSL "${RELEASE_SCRIPT_URL}" | bash -s ${1} --no-trim

0 comments on commit 22a60fc

Please sign in to comment.