Skip to content

Commit

Permalink
Removed log output
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Oct 8, 2024
1 parent 5e780d3 commit 965498c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-to.openshift-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,5 @@ 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 }}

0 comments on commit 965498c

Please sign in to comment.