Skip to content

Commit cd59510

Browse files
authored
remove braces on DRIVERS_TOOLS in prepare resources
1 parent 86a8af7 commit cd59510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ functions:
5353
script: |
5454
. src/.evergreen/scripts/env.sh
5555
set -o xtrace
56-
rm -rf ${DRIVERS_TOOLS}
56+
rm -rf $DRIVERS_TOOLS
5757
if [ "$PROJECT" = "drivers-tools" ]; then
5858
# If this was a patch build, doing a fresh clone would not actually test the patch
5959
cp -R ${PROJECT_DIRECTORY}/ ${DRIVERS_TOOLS}

0 commit comments

Comments
 (0)