-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
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
Defined but empty 'DOCKER_IMAGE' does not cause error. #296
Comments
Can you give more context, please? |
What happened to me was by mistake I substitute an empty variable like this. With this industrial_ci started building a default Docker image, which I was able to spot but I don't expect the same for the users.
|
I see. |
Working on this for #wrid18 |
Check if DOCKER_IMAGE environment variable was set. If it is set and empty, throw an error.
Maybe related to #212 btw. |
#212 is not related. |
You're right (I'm blaming my bad view on github from cellphone :/ ). |
Check if DOCKER_IMAGE environment variable was set. If it is set and empty, throw an error.
Reviewing this issue, I would now opt for "wont fix". |
When passing empty
DOCKER_IMAGE
variable, CI continues although the intended docker image wasn't pulled. This makes debugging harder.The text was updated successfully, but these errors were encountered: