From e8b1ebd849a1312add580cf3492721670001ca30 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 25 Jul 2020 15:01:06 -0700 Subject: shell: move push and ship to shell hook --- ship | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 ship (limited to 'ship') diff --git a/ship b/ship deleted file mode 100755 index 361bb35..0000000 --- a/ship +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env bash -set -ex -$BIZ_ROOT/Biz/lint.py -stuff=(${1}) -if [[ ${#stuff[@]} -eq 0 ]] -then - stuff=( - Biz.Cloud - Biz.Dev - Que.Prod - Hero.Prod - ) -fi -for thing in ${stuff[@]} -do - bild $thing -done -for thing in ${stuff[@]} -do - push $thing -done -- cgit v1.2.3