Skip to content

Commit

Permalink
fix: try to get wait for job via kubectl working
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Feb 18, 2021
1 parent f329cdf commit 77c9077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/treetracker-wallet-api-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,6 @@ jobs:
run: kubectl -n wallet-api delete job wallet-db-migration-job
- name: Update kubernetes resources
run: kubectl -n wallet-api apply --wait -k ./deployment/
- name: Attempt to wait for migration job to complete
run: kubectl wait --for=condition=complete --timeout=45s job/wallet-db-migration-job

0 comments on commit 77c9077

Please sign in to comment.