We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aea7fb commit c834af9Copy full SHA for c834af9
.circleci/config.yml
@@ -16,5 +16,5 @@ jobs:
16
yarn run test
17
- run:
18
name: Trigger integration tests
19
- 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"
+ command: curl -X POST "https://circleci.com/api/v1.1/project/github/anishkny/realworld-e2e-test?circle-token=$CIRCLE_CI_TOKEN"
20
0 commit comments