Skip to content

Commit

Permalink
fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefy committed Oct 30, 2014
1 parent 16ef331 commit a8af6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/recipes/docs/rollingupdates_from_jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Our project's build script (`bin/jenkins.sh`), is followed by our new kube-rolli
REGISTRY_LOCATION="dockerreg.web.local/"
```

Jenkins builds our container, tags it with the build number, and runs a couple rudamentary tests on it. On success, it pushes it to our private docker registry. Once the container is pushed, it then executes our rolling update script.
Jenkins builds our container, tags it with the build number, and runs a couple rudimentary tests on it. On success, it pushes it to our private docker registry. Once the container is pushed, it then executes our rolling update script.

`kube-rolling.sh`
```
Expand Down Expand Up @@ -54,4 +54,4 @@ When using a private docker registry as we are, the Jenkins slaves as well as th
### Questions
twitter @jeefy

irc.freenode.net #kubernetes jeefy
irc.freenode.net #kubernetes jeefy

0 comments on commit a8af6c8

Please sign in to comment.