Skip to content

Commit d07443e

Browse files
committed
use find
1 parent f83de5d commit d07443e

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,12 @@ functions:
3838
params:
3939
binary: bash
4040
script: |
41-
ls -l ${DRIVERS_TOOLS}/
41+
find ${DRIVERS_TOOLS}
4242
- command: shell.exec
4343
params:
4444
binary: bash
4545
script: |
46-
ls -l ${DRIVERS_TOOLS}/.evergreen/
47-
- command: shell.exec
48-
params:
49-
binary: bash
50-
script: |
51-
ls -l ${DRIVERS_TOOLS}/.evergreen/orchestration/
52-
- command: shell.exec
53-
params:
54-
binary: bash
55-
script: |
56-
ls -l .evergreen/
46+
find .
5747
- command: expansions.update
5848
params:
5949
file: ${DRIVERS_TOOLS}/.evergreen/orchestration/mo-expansion.yml

0 commit comments

Comments
 (0)