summaryrefslogtreecommitdiff
path: root/turnkey
diff options
context:
space:
mode:
Diffstat (limited to 'turnkey')
-rwxr-xr-xturnkey21
1 files changed, 0 insertions, 21 deletions
diff --git a/turnkey b/turnkey
deleted file mode 100755
index f0efdb4..0000000
--- a/turnkey
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/env bash
-set -ex
-lint
-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