Skip to content

Commit 186c201

Browse files
committed
chore: DRIVERS_TOOLS inside docker
1 parent 95704df commit 186c201

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,15 @@ functions:
5454
- '--interactive'
5555
- '--volume'
5656
- ${PROJECT_DIRECTORY}:/app
57+
- '--volume'
58+
- ${DRIVERS_TOOLS}:/drivers-tools
5759
- '--workdir'
5860
- /app
5961
- '--env'
6062
- PROJECT_DIRECTORY=/app
6163
- '--env'
64+
- DRIVERS_TOOLS=/drivers-tools
65+
- '--env'
6266
- GYP_DEFINES
6367
- 'ubuntu:22.04'
6468
- /bin/bash

0 commit comments

Comments
 (0)