Nick Tan

Results 134 comments of Nick Tan

hi, i have same problem as hidabe stated in comment [#issuecomment-12460163](https://github.com/ivyl/redmine-gitolite/pull/52): ``` Repository does not exist. Create one using the instructions below. ``` even I pushed some changes to the...

looking for support zsh as well, this is a so cool plugin may save my life in future, never mess up prod env.

github slackbot support pass in the deployment payload: https://github.com/integrations/slack however i'm looking for the same feature as well in deliverybot since i want to trigger the deployment either with slack...

ok, we can implement parameterize build with payload: https://deliverybot.dev/docs/configuration/#targetpayload but noticed that the payload format is different with github slack. deliverybot defines the payload as object (aka, JSON/Yaml object), while...

i have the same concern, would like see what's the plan of deliverybot? we're going to migrate to Github Actions.

I'm looking for this feature "Sparse Checkout" as well. anybody already worked on this? thanks

hi @perrohunter I can see the ports open though I'm encountering some other issue. I'm using Docker for OS X Beta: Version 1.11.2-beta15 (build: 9168) ``` nick@localhost ~ $ docker...

looks like if I add `--net=host`, I got the same issue as @perrohunter : ``` vagrant@vagrant:~$ docker run -d --name=consul --net=host -p 8400:8400 -p 8500:8500 gliderlabs/consul-server -node node1 -bootstrap -advertise...

same issue here and same question @palantirtech

to correct myself, it's not an issue for me, the gradle-docker plugin use whatever ENV Vars available for current running gradle process, so as long as I correctly export the...