Rename github org references to sclorg
Addresses openshift/origin##19998
This commit is contained in:
parent
24e7e684ac
commit
9b0e5f1539
10 changed files with 28 additions and 28 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue