Patrick-Ranjit D. Madsen

Results 9 comments of Patrick-Ranjit D. Madsen

We were hit by this one as well. If there is support for this one, we might build it. It might be nicer if the resource didn't have the email...

Bumb for some examples.

The `disable_push` makes sense, as in: ``` yml hello-world: build: Dockerfile push: false # default to true image: harbur/hello-world pre: - echo "Preparing hello-world" post: - echo "Finished hello-world" hello-world-test:...

@spiddy our use-case is using the CI's build-version as the version on the docker-image, and then we propogate that version back to github (only when merging to master). So essentially,...

yes, right now it breaks whenever you select another window and return to the dialog by clicking the body of the terminal. Most inconvenient. A global option would be preferable...

Same issue with Python, where one would like to run something like this for instance: ```dockerfile COPY requirements.txt . # fail silently RUN pip install -r requirements.txt || echo ‘No...

I'd leave it out and just print to terminal. Or, place the notify in a notify_linux.go file, so it only works when compiled for linux. On notify_darwin.go simply make notify...

@mdimercurio thanks for this, I used it to solve the issue I had with the target-bigquery - which is also breaking on multiple types.