Skip to content

Commit c834af9

Browse files
authored
Update config.yml
1 parent 1aea7fb commit c834af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
yarn run test
1717
- run:
1818
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"
19+
command: curl -X POST "https://circleci.com/api/v1.1/project/github/anishkny/realworld-e2e-test?circle-token=$CIRCLE_CI_TOKEN"
2020

0 commit comments

Comments
 (0)