Skip to content

Commit

Permalink
chore: tools in expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Sep 27, 2024
1 parent cf2fdf4 commit ae9edc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .evergreen/prepare-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ cat <<EOT > expansion.yml
CURRENT_VERSION: "$CURRENT_VERSION"
PROJECT_DIRECTORY: "$PROJECT_DIRECTORY"
NODE_LTS_VERSION: "$NODE_LTS_VERSION"
DRIVERS_TOOLS: "$DRIVERS_TOOLS"
PREPARE_SHELL: |
set -o errexit
set -o xtrace
export PROJECT_DIRECTORY="$PROJECT_DIRECTORY"
export NODE_LTS_VERSION="$NODE_LTS_VERSION"
export DRIVERS_TOOLS="$DRIVERS_TOOLS"
EOT
# See what we've done
cat expansion.yml

0 comments on commit ae9edc0

Please sign in to comment.