You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this one, you don't need the requirements.txt from temp path (which does not exist), you can comment or remove that line on the build because the requirements.txt is on the root and is being passed as artifact.(as far as I understood)
So, I think that might actually be required, but the reason why isn't obvious at the moment. There are some updates that we've made to the test controller which haven't been released yet (working on getting them out the door here shortly)!
Hi, tried 2 times from a Cloud9 with full Admin persmissions but facing build Fail on the agent phase:
[Container] 2022/10/16 00:11:17 Running command docker container cp temp:/app/requirements.txt ./requirements.txt
982 | Error: No such container:path: temp:/app/requirements.txt
983 |
984 | [Container] 2022/10/16 00:11:17 Command did not exit successfully docker container cp temp:/app/requirements.txt ./requirements.txt exit status 1
985 | [Container] 2022/10/16 00:11:17 Phase complete: BUILD State: FAILED
986 | [Container] 2022/10/16 00:11:17 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: docker container cp temp:/app/requirements.txt ./requirements.txt. Reason: exit status 1
Any idea? Thank you!
The text was updated successfully, but these errors were encountered: