Skip to content

Commit

Permalink
Merge pull request #85 from frissdiegurke/master
Browse files Browse the repository at this point in the history
Revert Openshift to v0.9.x
  • Loading branch information
julianlam committed Mar 8, 2016
2 parents 71d245b + 8f1d33b commit 98b2ac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installing/cloud/openshift.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ git remote add upstream -m master https://github.com/NodeBB/NodeBB.git

**Step 14:** Then pull files from NodeBB's repository.
```
git pull -s recursive -X theirs upstream v1.x.x
git pull -s recursive -X theirs upstream v0.9.x
```
Openshift does not yet support version `1.0.0` or later, see [this issue](https://github.com/ahwayakchih/openshift-nodebb/issues/17).

**Step 15:** Now you will need to commit and push files to your application's repository. Replace `message` with your message. It will take a while to finish, though.
```
Expand Down

0 comments on commit 98b2ac2

Please sign in to comment.