Skip to content

Commit ae9edc0

Browse files
committed
chore: tools in expansion
1 parent cf2fdf4 commit ae9edc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/prepare-shell.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ cat <<EOT > expansion.yml
3333
CURRENT_VERSION: "$CURRENT_VERSION"
3434
PROJECT_DIRECTORY: "$PROJECT_DIRECTORY"
3535
NODE_LTS_VERSION: "$NODE_LTS_VERSION"
36+
DRIVERS_TOOLS: "$DRIVERS_TOOLS"
3637
PREPARE_SHELL: |
3738
set -o errexit
3839
set -o xtrace
3940
export PROJECT_DIRECTORY="$PROJECT_DIRECTORY"
4041
export NODE_LTS_VERSION="$NODE_LTS_VERSION"
42+
export DRIVERS_TOOLS="$DRIVERS_TOOLS"
4143
EOT
4244
# See what we've done
4345
cat expansion.yml

0 commit comments

Comments
 (0)