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
Hello, Thanks for your course, I have a problem at lesson 11.5, could you help me? The circle CI announce this error at the last step
#!/bin/bash -eo pipefail heroku container:release web --app $HEROKU_APP_NAME ▸ Expected response to be ▸ successful, got 404 Exited with code 1
The text was updated successfully, but these errors were encountered:
Everyone has this issue. This issue in one form or the other has persisted in section 8.3, 10.3, and 11.5.
Only solution left to try is to make regression package public
Sorry, something went wrong.
Did anyone find a solution to this problem?
No branches or pull requests
Hello,
Thanks for your course, I have a problem at lesson 11.5, could you help me?
The circle CI announce this error at the last step
#!/bin/bash -eo pipefail
heroku container:release web --app $HEROKU_APP_NAME
▸ Expected response to be
▸ successful, got 404
Exited with code 1
The text was updated successfully, but these errors were encountered: