Skip to content

Commit

Permalink
fix: e2e curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal committed Nov 4, 2017
1 parent 5425741 commit 838891d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/e2e.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl -X POST -d "repositoryURL=$CIRCLE_REPOSITORY_URL&currentBranch=$CIRCLE_BRANCH&currentBuildNumber=$CIRCLE_BUILD_NUM&previousBuildNumber=$CIRCLE_PREVIOUS_BUILD_NUM&sha1=$CIRCLE_SHA1" $E2E_TRIGGER
curl -X POST -d "repositoryURL=$CIRCLE_REPOSITORY_URL" -d "currentBranch=$CIRCLE_BRANCH" -d "currentBuildNumber=$CIRCLE_BUILD_NUM" -d "previousBuildNumber=$CIRCLE_PREVIOUS_BUILD_NUM" -d "sha1=$CIRCLE_SHA1" $E2E_TRIGGER

0 comments on commit 838891d

Please sign in to comment.