Fix(builds): Remove master hook. Didn't work due to ref checkout.
1 files changed, 0 insertions(+), 4 deletions(-) M .build.yml
M .build.yml => .build.yml +0 -4
@@ 13,7 13,3 @@ tasks: export PATH="$PATH:$HOME/go/bin" make gen make build - deploy_it() { - ls -l e3 - } - if [ `git branch | grep '\*' | awk '{print$2}'`="master" ]; then deploy_it; fi