Skip to content

Commit

Permalink
removing -w from oc rollout status command
Browse files Browse the repository at this point in the history
  • Loading branch information
aforde-aot committed Aug 3, 2023
1 parent 21c0deb commit d1aa4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
run: |
oc project ${{env.OPENSHIFT_REPOSITORY}}-tools \
sh deploy.sh ${{ github.event.inputs.environment }} \
oc rollout status dc/met-api -n ${{ env.OPENSHIFT_REPOSITORY }}-${{ env.TAG_NAME }} -w \
oc rollout status dc/met-web -n ${{ env.OPENSHIFT_REPOSITORY }}-${{ env.TAG_NAME }} -w
oc rollout status dc/met-api -n ${{ env.OPENSHIFT_REPOSITORY }}-${{ env.TAG_NAME }} \
oc rollout status dc/met-web -n ${{ env.OPENSHIFT_REPOSITORY }}-${{ env.TAG_NAME }}

0 comments on commit d1aa4d6

Please sign in to comment.