Skip to content

Commit fd26242

Browse files
committed
Update Ray image in CFO
1 parent 2ff7351 commit fd26242

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Checkout CodeFlare operator repository
6363
uses: actions/checkout@v4
6464
with:
65-
repository: project-codeflare/codeflare-operator
65+
repository: Bobbins228/codeflare-operator
6666
path: codeflare-operator
6767

6868
- name: Set Go
@@ -89,6 +89,8 @@ jobs:
8989
id: deploy
9090
run: |
9191
cd codeflare-operator
92+
git fetch origin
93+
git checkout update-cert-image
9294
echo Setting up CodeFlare stack
9395
make setup-e2e
9496
echo Deploying CodeFlare operator

0 commit comments

Comments
 (0)