Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweaking formatting of build statement #893

Closed
wants to merge 1 commit into from
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