Skip to content

Commit

Permalink
chore: put DRIVERS_TOOLS back above repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Sep 26, 2024
1 parent 24d7077 commit 0dfb425
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .evergreen/prepare-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
[[ $- == *i* ]] || set -o xtrace
[[ $- == *i* ]] || set -o errexit

export PROJECT_DIRECTORY="$(pwd)"
export DRIVERS_TOOLS="$PROJECT_DIRECTORY/.drivers-tools"
PROJECT_DIRECTORY="$(pwd)"
DRIVERS_TOOLS=$(cd .. && echo "$(pwd)/drivers-tools")
export PROJECT_DIRECTORY
export DRIVERS_TOOLS

if [ ! -d "$DRIVERS_TOOLS" ]; then
# Only clone driver tools if it does not exist
Expand Down

0 comments on commit 0dfb425

Please sign in to comment.