summaryrefslogtreecommitdiff
path: root/ship
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-07-25 15:01:06 -0700
committerBen Sima <ben@bsima.me>2020-07-25 15:01:06 -0700
commite8b1ebd849a1312add580cf3492721670001ca30 (patch)
tree1c143643f527f145d79d010348850cbc8bdd6370 /ship
parent6a6aa57afe94f8ffee3a648ca66aa16099714b94 (diff)
shell: move push and ship to shell hook
Diffstat (limited to 'ship')
-rwxr-xr-xship21
1 files changed, 0 insertions, 21 deletions
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