refactor: remove debug

This commit is contained in:
Naramsim 2024-06-03 10:46:31 +02:00
parent 962b38467e
commit 9c50f60760

View file

@ -45,10 +45,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: pokeapi/pokeapi
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
@ -98,7 +94,7 @@ jobs:
bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/pal-park-area/5/
- name: K8s wait for job
run: |
kubectl wait --timeout=6000s --for=condition=complete job/load-graphql
kubectl wait --timeout=600s --for=condition=complete job/load-graphql
last_command=$(kubectl get job -o jsonpath='{.status.succeeded}' load-graphql)
test "$last_command" -eq 1
- name: Get GQL output