We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819503e commit a1566b0Copy full SHA for a1566b0
scripts/release.sh
@@ -2,7 +2,7 @@
2
3
set -e -u -o pipefail
4
5
-REPO_ROOT="$(dirname "$0")/.."
+REPO_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
6
cd "${REPO_ROOT}"
7
8
DOCKER_IMAGE="platform-sdk/csharp"
0 commit comments