Jeff Sloyer

Results 8 comments of Jeff Sloyer

@dignifiedquire This is still an issue....

It looks like the file had a `.txt` extension on it, it also looks like the grunt task is looking for it in the app root, `mApp` instead of `myapp/resources/app`

Additionally if you take a look at the job its weird cf is started then stopped and then started again as well.

@tchughesiv thanks for the response. I updated the job to make sure it had all the dependenices you had. The [job](https://travis-ci.org/IBM-Bluemix/cf-nodejs-client/jobs/154553396) was on 14.04 though with docker 1.12.0. Here is...

@tchughesiv on Ubuntu 15.10 I was able to push an app but the default hello app never pushed. All of CF came up except haproxy. The docker logs are constantly...

I ran it again on Ubuntu 15.10 and it started and I was able to push an app but the hello app never pushed. I did get a single start...

So I ran it a 4th time on Ubuntu 15.10 and it worked.... This is really weird, something is going on... Assuming something isnt initialized....

``` root@ubuntu:~# docker info Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 0 Server Version: 1.12.1 Storage Driver: devicemapper Pool Name: docker-252:0-1175081-pool Pool Blocksize: 65.54 kB Base Device Size:...