Add another repo
Loading
-
If you trigger build on 4pak (y_4pak_256RAM...) you will have access to „Debug” button on top right.
To do this you need to use:
tags: - debug(similar to this line, those tags are configured in the Runners section in https://gitlab.com/yade-dev/trunk/settings/ci_cd )
Then after you click it, you will have access to the terminal logged inside that docker.
Then you can look around and debug the build process. Sometimes this terminal disconnects, and it is not perfect. If the job finished before you click debug, it will not work. So you can click retry to try again. Or maybe put inside the script a
sleep 1000command, or something like that.See documentation: https://docs.gitlab.com/ee/ci/interactive_web_terminal/ and the attached screenshots.
Please register or sign in to comment

