adding some punctuation where it left out

This commit is contained in:
Ankit Raj 2016-12-12 14:59:17 +05:30
parent 0e2449ec7c
commit 3fdc70cc16
1 changed files with 2 additions and 2 deletions

View File

@ -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