Skip to content

Commit

Permalink
Number of pods.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Oct 8, 2024
1 parent 036aee1 commit 96ec993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-to.openshift-dev-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ jobs:
# Start rollout (if necessary) and follow it
oc rollout latest deployment/${{ env.SPRING_BOOT_IMAGE_NAME }} 2> /dev/null \
|| true && echo "Rollout in progress"
oc logs -f deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
# Get status, returns 0 if rollout is successful
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
Expand Down

0 comments on commit 96ec993

Please sign in to comment.