Skip to content

Commit b8f079d

Browse files
Merge pull request #248 from bcgov/fix/deployment
removing oc logs to prevent information from showing up in github act…
2 parents fd0276a + 1ef3b76 commit b8f079d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/deploy-to.openshift-dev-and-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ jobs:
258258
# Start rollout (if necessary) and follow it
259259
oc restart deployment/${{ env.SPRING_BOOT_IMAGE_NAME }} 2> /dev/null \
260260
|| true && echo "Rollout in progress"
261-
oc logs -f deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
262261
# Get status, returns 0 if rollout is successful
263262
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
264263

.github/workflows/deploy-to.openshift-prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,5 @@ jobs:
126126
# Start rollout (if necessary) and follow it
127127
oc restart deployment/${{ env.SPRING_BOOT_IMAGE_NAME }} 2> /dev/null \
128128
|| true && echo "Rollout in progress"
129-
oc logs -f deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
130129
# Get status, returns 0 if rollout is successful
131130
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}

.github/workflows/deploy-to.openshift-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,5 @@ jobs:
126126
# Start rollout (if necessary) and follow it
127127
oc restart deployment/${{ env.SPRING_BOOT_IMAGE_NAME }} 2> /dev/null \
128128
|| true && echo "Rollout in progress"
129-
oc logs -f deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
130129
# Get status, returns 0 if rollout is successful
131130
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}

0 commit comments

Comments
 (0)