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 697a160 commit df41a6aCopy full SHA for df41a6a
deploy/setup/setup.sh
@@ -44,7 +44,7 @@ done
44
45
# When running within a repository assume it is wikibase-release-pipeline
46
# and use files in that repo
47
-if [[ -d "$(dirname "${BASH_SOURCE[0]}")/../../.git" ]]; then
+if [[ -d "$(dirname "${BASH_SOURCE[0]:-}")/../../.git" ]]; then
48
SKIP_CLONE=true
49
WBS_DIR=../../..
50
echo "Detected running from inside repo (SKIP_CLONE=true, WBS_DIR=$WBS_DIR)"
0 commit comments