Conversation
|
@enoodle @moolitayer PTAL |
| pwd | ||
| ) | ||
|
|
||
| readonly II_GO_PACKAGE=github.com/simon3z/image-inspector |
There was a problem hiding this comment.
I see now that there is a parent repo for this in openshift. I'll change the package paths to match.
@simon3z would you prefer that I submit PRs there?
There was a problem hiding this comment.
actually, it looks like your repo is upstream for openshift? Just let me know if this is wrong. Basically this script is expecting to find the path structure to look like whatever that upstream is just like we require in OpenShift
|
@pweil- I suppose you took this from some other project. Is there any chance that you can slim it down to the minimum required to run the tests on travis? (the rest we will add incrementally, e.g. I wouldn't want any notification to go the openshift irc channel at the moment, etc.). Also you can move this PR to the https://github.com/openshift/image-inspector repository. We'll start to work there. |
|
@simon3z - yep, no problem. I'll take a look at it again next week and see what the bare minimum for running the tests is. |
|
@enoodle please do |
f51bd4b to
4282a9e
Compare
Fixes: #5
@simon3z - not an expert at travis here so please tell me if there is a better way to do this or something is missing.
Adds basic building, gofmt verification, and testing scripts as well as a travis config file. I shamelessly stole most of this from the origin repo but tried to whittle it down to just what would be useful.