-
Notifications
You must be signed in to change notification settings - Fork 190
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
Fixes required for git-based installer runs #558
Conversation
01bce81
to
463b5ff
Compare
Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/652/ |
Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/653/ |
Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/654/ |
Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/655/ |
Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/656/ |
Build SUCCESS, see build http://10.8.144.11:8080/job/dev-tools/657/ |
ddc29f5
to
6971726
Compare
Build SUCCESS, see build http://10.8.144.11:8080/job/dev-tools/660/ |
Updated, ready for another look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes. I have one small request and one question
Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/662/ |
@@ -1,6 +1,7 @@ | |||
eval "$(go env)" | |||
|
|||
export OPENSHIFT_INSTALL_DATA="$GOPATH/src/github.com/openshift-metalkube/kni-installer/data/data" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been unused for a while now
CI failure was:
You deleted your branch? |
lgtm though |
In openshift-metal3#558, I added the ability to run the installer from git, assuming that CI would check out the repo to $GOPATH, but that was an incorrect assumption, it gets checked out to $HOME. We need it in the list of projects that gets moved to $GOPATH, if the path exists. This does not affect the behavior of installation from release payloads by default.
No description provided.