Skip to content

Commit 9bee023

Browse files
committed
debug
1 parent 18ea70c commit 9bee023

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.evergreen/scripts/setup-dev-env.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ HERE=$(dirname ${BASH_SOURCE:-$0})
66
ROOT=$(dirname "$(dirname $HERE)")
77
pushd $ROOT > /dev/null
88

9+
pwd
10+
11+
echo "ROOT=$ROOT"
12+
913
# Source the env files to pick up common variables.
1014
if [ -f $HERE/env.sh ]; then
1115
. $HERE/env.sh
@@ -18,6 +22,7 @@ fi
1822
# Ensure dependencies are installed.
1923
bash $HERE/install-dependencies.sh
2024

25+
pwd
2126
# Set the location of the python bin dir.
2227
if [ "Windows_NT" = "${OS:-}" ]; then
2328
BIN_DIR=.venv/Scripts

0 commit comments

Comments
 (0)