Skip to content

Commit

Permalink
use start-build instead of curl
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees committed Feb 4, 2015
1 parent ce49d8c commit 6800697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sample-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ the present working directory is the same directory as this README.

14. Trigger an initial build of your application
* If you setup the GitHub webhook, push a change to app.rb in your ruby sample repository from step 10.
* Otherwise you can simulate the webhook invocation by running:
* Otherwise you can request a new build by running:

$ curl -X POST https://localhost:8443/osapi/v1beta1/buildConfigHooks/ruby-sample-build/secret101/generic?namespace=test
$ osc start-build ruby-sample-build

15. Monitor the builds and wait for the status to go to "complete" (this can take a few minutes):

Expand Down

0 comments on commit 6800697

Please sign in to comment.