Skip to content

Commit

Permalink
install from template in S3 assuming VERSION build parameter is set
Browse files Browse the repository at this point in the history
  • Loading branch information
nzoschke committed Apr 15, 2016
1 parent 7ed9ec3 commit 5443acc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ci/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion ci/report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion ci/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5443acc

Please sign in to comment.