Skip to content

Commit a2a4b2f

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

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
@@ -88,6 +88,8 @@ jobs:
8888
- name: Deploy CodeFlare stack
8989
id: deploy
9090
run: |
91+
git fetch origin
92+
git checkout update-cert-image
9193
cd codeflare-operator
9294
echo Setting up CodeFlare stack
9395
make setup-e2e

0 commit comments

Comments
 (0)