From b4494506e7e65b5d448edbbc3e5a5551558fa4cb Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Thu, 26 Sep 2024 11:30:43 -0400 Subject: [PATCH 1/2] chore: print drivers evergreen tools commit --- .evergreen/prepare-shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/prepare-shell.sh b/.evergreen/prepare-shell.sh index f3f8ffad197..25933f9c0cc 100644 --- a/.evergreen/prepare-shell.sh +++ b/.evergreen/prepare-shell.sh @@ -34,7 +34,7 @@ if [ ! -d "$DRIVERS_TOOLS" ]; then git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}" fi -echo "installed DRIVERS_EVERGREEN_TOOLS from commit $(git -C $DRIVERS_EVERGREEN_TOOLS rev-parse HEAD)" +echo "installed DRIVERS_EVERGREEN_TOOLS from commit $(git -C "${DRIVERS_TOOLS}" rev-parse HEAD)" cat < "$MONGO_ORCHESTRATION_HOME/orchestration.config" { From 18f310f1c577fc84de4a9695b365addd0f430486 Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Thu, 26 Sep 2024 11:33:50 -0400 Subject: [PATCH 2/2] fix echo --- .evergreen/prepare-shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/prepare-shell.sh b/.evergreen/prepare-shell.sh index 25933f9c0cc..7a097d2e6d0 100644 --- a/.evergreen/prepare-shell.sh +++ b/.evergreen/prepare-shell.sh @@ -34,7 +34,7 @@ if [ ! -d "$DRIVERS_TOOLS" ]; then git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}" fi -echo "installed DRIVERS_EVERGREEN_TOOLS from commit $(git -C "${DRIVERS_TOOLS}" rev-parse HEAD)" +echo "installed DRIVERS_TOOLS from commit $(git -C "${DRIVERS_TOOLS}" rev-parse HEAD)" cat < "$MONGO_ORCHESTRATION_HOME/orchestration.config" {