Skip to content

Commit

Permalink
chore: rollout check before zap scan
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Apr 23, 2024
1 parent 90ce39d commit 8a89ba6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,7 @@ jobs:

- name: Wait for deployment to be ready
run: |
while [[ "$(oc get deployment strdss-dev -n f4a30d-dev -o jsonpath='{.status.readyReplicas}')" != "1" ]]; do
echo "Waiting for deployment to be ready..."
sleep 10
done
oc rollout status deployment/strdss-dev-frontend -n f4a30d-dev
timeout-minutes: 5

zap-scan:
Expand Down

0 comments on commit 8a89ba6

Please sign in to comment.