Skip to content
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

1.10.x selects "auto" instead of 1.10 #134

Closed
purpleidea opened this issue Feb 18, 2018 · 2 comments
Closed

1.10.x selects "auto" instead of 1.10 #134

purpleidea opened this issue Feb 18, 2018 · 2 comments

Comments

@purpleidea
Copy link

As seen here: https://travis-ci.org/purpleidea/mgmt/jobs/343109782#L463

$ GIMME_OUTPUT="$(gimme 1.10.x | tee -a $HOME/.bashrc)" && eval "$GIMME_OUTPUT"
I don't have any idea what to do with '1.10.x'.
(using type 'auto')

@philpennock
Copy link
Contributor

At present, gimme does not interpret .x, that's done by the Travis CI build layer.

We have an open issue to add support, #110
We have an open PR to add support (written by me): #130

In the meantime, gimme has told you that it was using type "auto" to try to find an image, not that the result it selected was "auto". $GIMME_TYPE can be: auto, binary, source, git. Gimme completely failed because it was given syntax which it does not understand, and won't understand until #130 or equivalent is merged.

@purpleidea
Copy link
Author

@philpennock My apologies for the noise, and thanks for opening an issue in travis.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants