We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd8119 commit a22d951Copy full SHA for a22d951
README.md
@@ -11,16 +11,9 @@ cd openshift-selenium
11
./build-all.sh
12
```
13
14
-## Build On OpenShift
+## Build & Deploy On OpenShift
15
```bash
16
oc login -u <username> <openshift_console_url>
17
oc new-project selenium-grid
18
-oc process -f openshift-templates/selenium-builds.yml | oc apply -f -
19
-```
20
-
21
-## Deploy On OpenShift
22
-```bash
23
-oc login -u <username> <openshift_console_url>
24
-oc new-project selenium-grid
25
-oc process -f openshift-templates/selenium-deployment.yml | oc apply -f -
+./build-all-openshift.sh
26
0 commit comments