Skip to content

Commit

Permalink
Merge pull request #549 from convox/ci-install
Browse files Browse the repository at this point in the history
install from template in S3 assuming VERSION build parameter is set
  • Loading branch information
Noah Zoschke committed Apr 15, 2016
2 parents 7ed9ec3 + 5443acc commit fefe892
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 fefe892

Please sign in to comment.