Skip to content

Commit

Permalink
Retry?
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed Apr 15, 2024
1 parent 88f1e9a commit 5357c16
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ jobs:
memory: '4gb'
- uses: azure/[email protected]
- run: helm install mirrord-operator --set license.file.data."license\\.pem"=$MIRRORD_OPERATOR_LICENSE --set operator.disableTelemetries=true ./mirrord-operator --wait
- run: kubectl get mirrordoperators.operator.metalbear.co operator -o yaml
- uses: nick-fields/retry@v3
with:
timeout_seconds: 10
max_attempts: 5
retry_wait_seconds: 1
command: kubectl get mirrordoperators.operator.metalbear.co operator -o yaml

0 comments on commit 5357c16

Please sign in to comment.