Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/sample-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ the present working directory is the same directory as this README.
is no image to deploy and no application to visit.

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 request a new build by running:
* If you setup the GitHub webhook, push a change to app.rb in your ruby sample repository from step 10.
* Otherwise you can request a new build by running:

$ osc start-build ruby-sample-build
$ 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