Skip to content

Commit

Permalink
Merge pull request #33978 from code-dot-org/commit-content-notify-dot…
Browse files Browse the repository at this point in the history
…d-on-fail-fix

Commit content: only notify DOTD on skip
  • Loading branch information
breville committed Apr 1, 2020
2 parents e8fb7db + 219621c commit 8801d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cron/commit_content
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ContentCommitter

# @return [String] An environment-specific string indicating that the robo-commit failed.
def commit_failed_string
"<@#{DevelopersTopic.dotd}> no (robo-commit failed on #{@env})"
"no (robo-commit failed on #{@env})"
end

# Returns whether the Slack#developers topic allows for deploys in environment @env, messaging the
Expand Down

0 comments on commit 8801d3a

Please sign in to comment.