Skip to content

Commit df41a6a

Browse files
committed
review updates
1 parent 697a160 commit df41a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/setup/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ done
4444

4545
# When running within a repository assume it is wikibase-release-pipeline
4646
# and use files in that repo
47-
if [[ -d "$(dirname "${BASH_SOURCE[0]}")/../../.git" ]]; then
47+
if [[ -d "$(dirname "${BASH_SOURCE[0]:-}")/../../.git" ]]; then
4848
SKIP_CLONE=true
4949
WBS_DIR=../../..
5050
echo "Detected running from inside repo (SKIP_CLONE=true, WBS_DIR=$WBS_DIR)"

0 commit comments

Comments
 (0)