Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
feat(Travis): Remove Circle CI dependency (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ipso authored Aug 21, 2017
1 parent 9e3264c commit b498dc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 47 deletions.
47 changes: 0 additions & 47 deletions .circleci/config.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,14 @@ jobs:
# Only release if it $PROJECT_RELEASE_BRANCH gets updated
branch: $PROJECT_RELEASE_BRANCH
repo: "contentacms/contenta_jsonapi"
after_deploy:
# Clone the demo site repo to trigger an automated.
- git clone [email protected]:contentacms/contenta_jsonapi_demo.git contenta_jsonapi_demo
# Navigate inside the cloned project.
- cd contenta_jsonapi_demo
- echo -e " * Profile update -> buildNum=[$CIRCLE_BUILD_NUM]($CIRCLE_BUILD_URL) on [$CIRCLE_PR_REPONAME]($CIRCLE_REPOSITORY_URL)@CIRCLE_SHA1\n" >> DEPLOYS.md
- git config --global user.email "[email protected]"
- git config --global user.name "Contenta CMS CI Bot"
- git add DEPLOYS.md
- 'git commit -m "ci(Deploy): Trigger a deploy to the demo site"'
- git push origin master

0 comments on commit b498dc4

Please sign in to comment.