summaryrefslogtreecommitdiff
path: root/ship
diff options
context:
space:
mode:
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