Skip to content

Commit

Permalink
enabling CI for PNC builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Nov 22, 2024
1 parent fbadf42 commit 18bd335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-pnc-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
work_dir=pnc-$(date +%s)
mkdir $work_dir
cd $work_dir
SLACK_MESSAGE=":alert:${{ vars.COMPONENT }}-${{ steps.get_branch.outputs.branch }} PNC build failed. \n Please check the logs at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
SLACK_MESSAGE=":alert:${{ vars.COMPONENT }}-${{ steps.get_branch.outputs.branch }} PNC build failed. \n Please check the logs at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \nCC - <!subteam^S05B904NQ6L|openshift-ai-devops>"
echo "work_dir=$work_dir" >> $GITHUB_OUTPUT
echo "abs_cwd=$abs_cwd" >> $GITHUB_OUTPUT
{
Expand Down

0 comments on commit 18bd335

Please sign in to comment.