Skip to content

Commit

Permalink
changing nightly icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Oct 27, 2024
1 parent d5e1e73 commit 1f71b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/rhoai-fbc-fragment-v2-16-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ spec:
alertEmoji=":solid-success:"
build_time="$(date +%Y-%m-%dT%H:%M:%S)"
slack_message="${alertEmoji} A new FBC-fragment image is available for ${target_branch}: ${build_time}"
slack_message="${alertEmoji} A new CI build is available for ${target_branch}: ${build_time}"
slack_message=$(echo -e "${slack_message}\nImage: $(params.image-url)@$(params.image-digest)")
slack_message=$(echo -e "${slack_message}\n<${build_url}|${pipelinerun_name}>")
Expand Down
2 changes: 1 addition & 1 deletion .tekton/rhoai-fbc-fragment-v2-16-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ spec:
alertEmoji=":nightly:"
build_time="$(date +%Y-%m-%dT%H:%M:%S)"
slack_message="${alertEmoji} A new FBC-fragment image is available for ${target_branch}: ${build_time}"
slack_message="${alertEmoji} A new *nightly build* is available for ${target_branch}: ${build_time}"
slack_message=$(echo -e "${slack_message}\nImage: $(params.image-url)@$(params.image-digest)")
slack_message=$(echo -e "${slack_message}\n<${build_url}|${pipelinerun_name}>")
Expand Down

0 comments on commit 1f71b73

Please sign in to comment.