Skip to content

Commit

Permalink
Fixing env var typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Jan 19, 2024
1 parent b140b46 commit 49f2eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Setup Kind cluster
run: |
make KIND_VERSION=${{ env.GO_VERSION }} create-cluster
make KIND_VERSION=${{ env.KIND_VERSION }} create-cluster
- name: Set OPERATOR_IMAGE_NAME to point to Kind's local registry
run: |
Expand Down

0 comments on commit 49f2eaa

Please sign in to comment.