Skip to content

Commit

Permalink
remove job wait for release
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Mar 7, 2024
1 parent d5b6e9c commit de30454
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ jobs:
make create-kind-cluster KIND_KUBE_CONFIG=${kube_config}
echo "KUBECONFIG=${kube_config}" >> "$GITHUB_ENV"
- name: Wait for release to exist
run: |
REF=${{ github.ref_name }}
until docker pull ghcr.io/nginxinc/nginx-gateway-fabric:${REF#v}; do sleep 5; done
until docker pull ghcr.io/nginxinc/nginx-gateway-fabric/nginx:${REF#v}; do sleep 5; done
- name: Setup functional tests
id: setup
Expand Down

0 comments on commit de30454

Please sign in to comment.