Closed iplog closed 2 years ago
@iplog Did you try running a simple ls
before the buildpacks/build
job to ensure that the files you expect are present? Additionally, we could consider adding a verbose flag to the job so that it prints more information (if the buildpacks support it).
@jromero Thank you very much for your time and your answer.
I did not try to run a simple ls
nor pwd
(could have tries in the after-checkout
hook I guess) butt the checkout of the code seemed to be successful according to the CircleCI report.
I think it would be great if the job could be a bit more verbose by default. It would be great if the job could output:
pack
commandpack
command returned by the create_command
function in the pack-build
job. We decided to move back to our initial CI solution for now and are not using CircleCI anymore - nothing related to this issue. So this is not really an issue for us anymore. Feel free to close it.
@iplog Created #50 to track the request. Closing this issue for now.
We started using this orb recently with some good results. However the
pack-build
command seems to be randomly failing.For a given configuration looking like that:
Most of the times everything goes well but it happens that the
pack-build
command fails with the following outputMost of the time, running the failed job again is enough to get the command to pass. A few times we had to run the failed job again a couple of times to get it to pass.
I could not figure out why this is happening. It looks like the code is either not there or that the command is somehow not run from the right directory. Do you have any advice to give us?
Let me know if you need more information.