Skip to content

Commit

Permalink
remove GATEWAY_API_VERSION from workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <[email protected]>
  • Loading branch information
sunjayBhatia committed Aug 15, 2023
1 parent 855039f commit aae37fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/prbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
- name: generate
env:
GATEWAY_API_VERSION: "main"
run: |
make generate lint-yamllint lint-flags
./hack/actions/check-uncommitted-codegen.sh
Expand Down Expand Up @@ -363,7 +361,6 @@ jobs:
- name: Gateway API conformance tests
env:
LOAD_PREBUILT_IMAGE: "true"
GATEWAY_API_VERSION: "main"
run: |
export CONTOUR_E2E_IMAGE="ghcr.io/projectcontour/contour:$(ls ./image/contour-*.tar | sed -E 's/.*contour-(.*).tar/\1/')"
make gateway-conformance
Expand Down

0 comments on commit aae37fc

Please sign in to comment.