We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker run
The Final Terminal does docker run to get bash access to the committed image:
local-ci/src/utils.ts
Line 255 in d084b50
But if the CircleCI job passed or failed too soon, there might not be an image.
Then, there will be an error:
* Cannot find a job named `test_php74` to run in the `jobs:` section of your configuration file.
Instead, maybe there should be no Final Terminal, or it should open with a message that it couldn't debug the job.
The text was updated successfully, but these errors were encountered:
This could probably use an if conditional around it to check that it has an image.
if
Sorry, something went wrong.
No branches or pull requests
The Final Terminal does
docker run
to get bash access to the committed image:local-ci/src/utils.ts
Line 255 in d084b50
But if the CircleCI job passed or failed too soon, there might not be an image.
Then, there will be an error:
Instead, maybe there should be no Final Terminal, or it should open with a message that it couldn't debug the job.
The text was updated successfully, but these errors were encountered: