From 5443accce50dc3c3811306402ca540b29a4e724d Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Fri, 15 Apr 2016 12:14:12 -0700 Subject: [PATCH] install from template in S3 assuming VERSION build parameter is set --- ci/cleanup.sh | 1 - ci/install.sh | 1 - ci/report.sh | 1 - ci/uninstall.sh | 1 - 4 files changed, 4 deletions(-) diff --git a/ci/cleanup.sh b/ci/cleanup.sh index ff2b3bee96..826708c8cf 100755 --- a/ci/cleanup.sh +++ b/ci/cleanup.sh @@ -5,7 +5,6 @@ export CIRCLE_ARTIFACTS=${CIRCLE_ARTIFACTS:-/tmp} export CIRCLE_BUILD_NUM=${CIRCLE_BUILD_NUM:-0} export STACK_NAME=convox-${CIRCLE_BUILD_NUM} -export TEMPLATE_FILE=api/dist/kernel.json case $CIRCLE_NODE_INDEX in 1) diff --git a/ci/install.sh b/ci/install.sh index 3470158a73..6602bbddf6 100755 --- a/ci/install.sh +++ b/ci/install.sh @@ -6,7 +6,6 @@ export CIRCLE_BUILD_NUM=${CIRCLE_BUILD_NUM:-0} export CONVOX_EMAIL=ci@convox.com export STACK_NAME=convox-${CIRCLE_BUILD_NUM} -export TEMPLATE_FILE=api/dist/kernel.json case $CIRCLE_NODE_INDEX in 1) diff --git a/ci/report.sh b/ci/report.sh index d9fd5acae0..eab4182447 100755 --- a/ci/report.sh +++ b/ci/report.sh @@ -5,7 +5,6 @@ export CIRCLE_ARTIFACTS=${CIRCLE_ARTIFACTS:-/tmp} export CIRCLE_BUILD_NUM=${CIRCLE_BUILD_NUM:-0} export STACK_NAME=convox-${CIRCLE_BUILD_NUM} -export TEMPLATE_FILE=api/dist/kernel.json case $CIRCLE_NODE_INDEX in 1) diff --git a/ci/uninstall.sh b/ci/uninstall.sh index a44f21fc26..7d4c8943fc 100755 --- a/ci/uninstall.sh +++ b/ci/uninstall.sh @@ -5,7 +5,6 @@ export CIRCLE_ARTIFACTS=${CIRCLE_ARTIFACTS:-/tmp} export CIRCLE_BUILD_NUM=${CIRCLE_BUILD_NUM:-0} export STACK_NAME=convox-${CIRCLE_BUILD_NUM} -export TEMPLATE_FILE=api/dist/kernel.json case $CIRCLE_NODE_INDEX in 1)