Skip to content

Commit

Permalink
Remove deployment to Shippable
Browse files Browse the repository at this point in the history
  • Loading branch information
tapina committed May 10, 2018
1 parent 9a1d9b2 commit 39ec01b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ build:

on_success:
- cp -rv package.json index.js bower_components/ components/ examples/ ./shippable/buildoutput
- cd shippable/buildoutput && ls -la
- if [[ $BRANCH == "master" ]] && [[ $IS_PULL_REQUEST != true ]]; then cf login -a https://api.eu-gb.bluemix.net -o "Web Lab" -u $BLUEMIX_USER -s dev -p $BLUEMIX_PASSWORD; fi
- if [[ $BRANCH == "master" ]] && [[ $IS_PULL_REQUEST != true ]]; then cf push common-ui -t 120 -c "node index.js"; else echo "Not deploying to dev for branch $BRANCH"; fi
- if [[ $BRANCH == "master" ]] && [[ $IS_PULL_REQUEST != true ]]; then cf target -s stable; fi
- if [[ $BRANCH == "master" ]] && [[ $IS_PULL_REQUEST != true ]]; then cf push common-ui -t 120 -c "node index.js"; else echo "Not deploying to stable for branch $BRANCH"; fi

integrations:
notifications:
Expand Down

0 comments on commit 39ec01b

Please sign in to comment.