Skip to content

Commit

Permalink
fixup: add missing oc login
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Jun 3, 2021
1 parent cf408f9 commit 13a967b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-kuberenetes-itests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
distribution: 'adopt'
- name: Run Openshift Invoker Tests
run: |
oc login -u system:admin
oc get services -n default
oc port-forward -n default service/docker-registry 8585:5000
mvn -B clean install -pl :quarkus-integration-test-kubernetes-invoker -Popenshift-e2e-tests -Dquarkus.container-image.registry=localhost:8585

0 comments on commit 13a967b

Please sign in to comment.