Skip to content

Commit 9c50f60

Browse files
committed
refactor: remove debug
1 parent 962b384 commit 9c50f60

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docker-k8s.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
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
@@ -98,7 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)