Closed markelog closed 6 years ago
@markelog you'll see at the very end of main.js
that there is a .dockerignore
cleanup section. So when trevor
succeeds until the end, there is cleanup. On errors, that .dockerignore
artifact is not removed. Fixed in the above PR 🎉
I also have the same issue
After trevor execution,
.dockerignore
withundefined
content is written to the root of the project. Observed when exit code is1
not sure for the successful executions--