Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Sep 11, 2023
1 parent bb18f5f commit 505ad0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reusable_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
uses: medyagh/setup-minikube@master
with:
container-runtime: docker
- run: |
minikube image load /tmp/test.tar
- run: |
kubectl apply -f sample/kubernetes/app.yaml
echo "POD_TO_SELECT=$(kubectl get pods -o=name | head -n 1)" >> "$GITHUB_ENV"
kubectl wait --for=condition=ready --timeout=30s $(kubectl get pods -o=name | head -n 1)
Expand All @@ -88,7 +87,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: build plugin
if : ${{ github.event.inputs.mirrord_release_branch }}
run: |
./gradlew buildPlugin
Expand Down

0 comments on commit 505ad0b

Please sign in to comment.