Skip to content

Commit

Permalink
Adicionado sleep de 60 segundos aguardando status READY dos pods
Browse files Browse the repository at this point in the history
  • Loading branch information
reysonbarros committed Dec 12, 2023
1 parent 0a8c440 commit 46c04fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
name: Criação do Service para a aplicação giropops-senhas
run: |
kubectl apply -f ${{ github.workspace }}/k8s/giropops-senhas-svc.yaml -n dev
-
name: Sleep de 60 segundos aguardando status READY para os pods
run: |
sleep 60
-
name: Listagem dos Pods
run: |
Expand Down

0 comments on commit 46c04fc

Please sign in to comment.