Skip to content

Commit

Permalink
Fix REPO_ROOT variable (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbimprob authored Jun 4, 2019
1 parent 819503e commit a1566b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e -u -o pipefail

REPO_ROOT="$(dirname "$0")/.."
REPO_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
cd "${REPO_ROOT}"

DOCKER_IMAGE="platform-sdk/csharp"
Expand Down

0 comments on commit a1566b0

Please sign in to comment.