Skip to content

Commit

Permalink
Update Ray image in CFO
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 committed Jun 17, 2024
1 parent 2ff7351 commit fd26242
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Checkout CodeFlare operator repository
uses: actions/checkout@v4
with:
repository: project-codeflare/codeflare-operator
repository: Bobbins228/codeflare-operator
path: codeflare-operator

- name: Set Go
Expand All @@ -89,6 +89,8 @@ jobs:
id: deploy
run: |
cd codeflare-operator
git fetch origin
git checkout update-cert-image
echo Setting up CodeFlare stack
make setup-e2e
echo Deploying CodeFlare operator
Expand Down

0 comments on commit fd26242

Please sign in to comment.