ryanj / origin-s2i-nodejs

A basic Source to Image builder for OpenShift Origin, with runtime binaries from Nodejs.org
https://hub.docker.com/r/ryanj/centos7-s2i-nodejs/
Apache License 2.0
20 stars 30 forks source link

running `make test` on mac gives an error #7

Open alberttwong opened 8 years ago

alberttwong commented 8 years ago
Alberts-MacBook-Pro:origin-s2i-nodejs alwong$ make test
SKIP_SQUASH=0 VERSIONS="5.10.1" OS=centos7 BASE_IMAGE_NAME=s2i-nodejs VERSION= TAG_ON_SUCCESS= TEST_MODE=true hack/build.sh
hack/build.sh: line 52: conditional binary operator expected
ryanj commented 8 years ago

Hi @alberttwong - Thanks for reporting!

I'll keep an eye on this issue and incorporate any fixes that land there: https://github.com/openshift/sti-nodejs/issues/92

I always run my builds from Linux, so I hadn't hit this issue yet.

sspeiche commented 8 years ago

Similar for me, I tried on my Mac and got this error. I think just used OpenShift dev setup and life got better