From 98734d2406ee559abf497cc95531980702f162ae Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 15 Apr 2020 12:54:33 -0700 Subject: Rename and rewrite push-all to turnkey This script will eventually do all of the testing and linting and such as well. --- turnkey | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 turnkey (limited to 'turnkey') diff --git a/turnkey b/turnkey new file mode 100755 index 0000000..7b13332 --- /dev/null +++ b/turnkey @@ -0,0 +1,16 @@ +#!/usr/bin/env bash +set -ex +stuff=( + Biz.Cloud + Biz.Dev + Que.Prod + Hero.Prod +) +for thing in ${stuff[@]} +do + bild $thing +done +for thing in ${stuff[@]} +do + push $thing +done -- cgit v1.2.3