Skip to content

Commit

Permalink
Fix apache#1333: disable some features in openshift CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Mar 19, 2020
1 parent d924e66 commit 5c6fd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
cd /home/runner/lib/oc
# Start OpenShift
oc cluster up --public-hostname=$IP_ADDR
oc cluster up --public-hostname=$IP_ADDR --enable=persistent-volumes,registry,router
oc login -u system:admin
# Wait until we have a ready node in openshift
Expand Down

0 comments on commit 5c6fd40

Please sign in to comment.