File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 4545 uses : docker/metadata-action@v5
4646 with :
4747 images : pokeapi/pokeapi
48- - name : Setup tmate session
49- uses : mxschmitt/action-tmate@v3
50- with :
51- detached : true
5248 - name : Set up QEMU
5349 uses : docker/setup-qemu-action@v3
5450 - name : Set up Docker Buildx
9894 bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/pal-park-area/5/
9995 - name : K8s wait for job
10096 run : |
101- kubectl wait --timeout=6000s --for=condition=complete job/load-graphql
97+ kubectl wait --timeout=600s --for=condition=complete job/load-graphql
10298 last_command=$(kubectl get job -o jsonpath='{.status.succeeded}' load-graphql)
10399 test "$last_command" -eq 1
104100 - name : Get GQL output
You can’t perform that action at this time.
0 commit comments