Skip to content

Commit 0efad16

Browse files
committed
fix remote handling
1 parent fb7cf94 commit 0efad16

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.evergreen/setup-remote.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ if [ -z "${DIR:-}" ]; then
88
exit 1
99
fi
1010

11+
# Source the config
12+
pushd $DIR
13+
set -a
14+
. config.env
15+
set +x
16+
popd
17+
1118
# Get the correct remote URI.
1219
case $DIR in
1320
llama-index-python-kvstore)

0 commit comments

Comments
 (0)