~evanj/e3

14b25a41e90d66d710fff17beb5728dbaf017fb6 — Evan M Jones 2 years ago 7cd7649
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