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)