Skip to content

Commit e4f4a44

Browse files
Remove patch in e2e workflow
1 parent 74cc866 commit e4f4a44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/e2e_tests.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
make setup-e2e
8787
echo Deploying CodeFlare operator
8888
IMG="${REGISTRY_ADDRESS}"/codeflare-operator
89-
sed -i 's/RayDashboardOAuthEnabled: pointer.Bool(true)/RayDashboardOAuthEnabled: pointer.Bool(false)/' main.go
9089
make image-push -e IMG="${IMG}"
9190
make deploy -e IMG="${IMG}" -e ENV="e2e"
9291
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager

0 commit comments

Comments
 (0)