Skip to content

Commit 301253e

Browse files
committed
Add more debug to evergreen upload
1 parent cd5c036 commit 301253e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.evergreen.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ functions:
9595
ls -alh dist || true;
9696
9797
# Upload release assets to S3 and GitHub
98-
npm run upload ${compass_distribution}
98+
pwd
99+
ls -alh || true;
100+
ls -alh dist || true;
101+
DEBUG=* npm run upload ${compass_distribution}
99102
EOF_BUILD_SH
100103
101104
#

0 commit comments

Comments
 (0)