Skip to content

Commit f83de5d

Browse files
committed
more workaround debugging
1 parent 6abadff commit f83de5d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.evergreen/config.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,22 @@ functions:
3838
params:
3939
binary: bash
4040
script: |
41-
tree ${DRIVERS_TOOLS}/
41+
ls -l ${DRIVERS_TOOLS}/
42+
- command: shell.exec
43+
params:
44+
binary: bash
45+
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/
4257
- command: expansions.update
4358
params:
4459
file: ${DRIVERS_TOOLS}/.evergreen/orchestration/mo-expansion.yml

0 commit comments

Comments
 (0)