Skip to content

Commit 084bb1d

Browse files
committed
Fix paths for drivers-evergreen-tools when fetching build
1 parent 6715e01 commit 084bb1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/config/functions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ functions:
126126
script: |
127127
${PREPARE_SHELL}
128128
perl -p -i -e "s|/data/mci/[0-9a-z]+/src|${PROJECT_DIRECTORY}|g" Makefile
129+
for filename in $(find ${DRIVERS_TOOLS} -name \*.json); do
130+
perl -p -i -e "s|/data/mci/[0-9a-z]+/src|${PROJECT_DIRECTORY}|g" $filename
131+
done
129132
130133
"compile driver" :
131134
- command: shell.exec

0 commit comments

Comments
 (0)