Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored Sep 25, 2017
1 parent e89d815 commit 1aea7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
yarn run test
- run:
name: Trigger integration tests
command: curl -X POST "https://circleci.com/api/v1.1/project/github/anishkny/realworld-e2e-test?circle-token=$CIRCLE_CI_TOKEN"
command: curl -X POST --data '{"build_parameters": {"BUILD_REASON": "BACKEND_REPO_PUSH"}}' "https://circleci.com/api/v1.1/project/github/anishkny/realworld-e2e-test?circle-token=$CIRCLE_CI_TOKEN"

0 comments on commit 1aea7fb

Please sign in to comment.