Skip to content

Commit

Permalink
Update update-base-images.yml
Browse files Browse the repository at this point in the history
Remove matermost notification which is failing build.
  • Loading branch information
SDawley authored Nov 16, 2023
1 parent 4fea6ab commit ae5120f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/update-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,3 @@ jobs:
echo GOT_PR=true >> $GITHUB_OUTPUT
fi
fi
- name: Create MM message
if: steps.SETUP_PR_LINK.outputs.GOT_PR == 'true'
run: |
echo "{\"text\":\":octocat: Base image update for [${{ matrix.projects.repo }}](${{ env.PR_URL }})\"}" > mattermost.json
- name: Send MM message
if: steps.SETUP_PR_LINK.outputs.GOT_PR == 'true'
uses: mattermost/[email protected]
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
MATTERMOST_CHANNEL: eclipse-che-ci
MATTERMOST_USERNAME: che-bot

0 comments on commit ae5120f

Please sign in to comment.