Merge pull request #6 from aj07/typo
adding some punctuation where it left out
This commit is contained in:
commit
855ab2de53
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ These steps assume your OpenShift deployment has the default set of ImageStreams
|
|||
|
||||
$ oc start-build ruby-ex
|
||||
|
||||
4. Once the build is running, watch your build progress
|
||||
4. Once the build is running, watch your build progress:
|
||||
|
||||
$ oc logs build/ruby-ex-1
|
||||
|
||||
|
@ -58,7 +58,7 @@ Review some of the common tips and suggestions [here](https://github.com/openshi
|
|||
###Adding Webhooks and Making Code Changes
|
||||
Since OpenShift V3 does not provide a git repository out of the box, you can configure your github repository to make a webhook call whenever you push your code.
|
||||
|
||||
1. From the console navigate to your project
|
||||
1. From the console navigate to your project.
|
||||
2. Click on Browse > Builds
|
||||
3. From the view for your Build click on the link to display your GitHub webhook and copy the url.
|
||||
4. Navigate to your repository on GitHub and click on repository settings > webhooks
|
||||
|
|
Loading…
Reference in a new issue