Rename github org references to sclorg

Addresses openshift/origin##19998
This commit is contained in:
Adam Kaplan 2018-07-24 11:32:08 -04:00
parent 24e7e684ac
commit 9b0e5f1539
10 changed files with 28 additions and 28 deletions

View file

@ -5,10 +5,10 @@ To do this, run:
```bash
# create the nodejs example as usual
oc new-app https://github.com/openshift/nodejs-ex
oc new-app https://github.com/sclorg/nodejs-ex
# now create the pipeline build controller from the openshift/pipeline
# subdirectory
oc new-app https://github.com/openshift/nodejs-ex \
oc new-app https://github.com/sclorg/nodejs-ex \
--context-dir=openshift/pipeline --name nodejs-ex-pipeline
```