Skip to content

Commit

Permalink
Merge branch 'main' into cems-extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans authored Jan 5, 2024
2 parents fdffa26 + 597fd81 commit 69d40d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/gcp_pudl_etl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ function notify_slack() {
# Notify pudl-builds slack channel of deployment status
if [[ "$1" == "success" ]]; then
message=":large_green_circle: :sunglasses: :unicorn_face: :rainbow: The deployment succeeded!! :partygritty: :database_parrot: :blob-dance: :large_green_circle:\n\n "
message+="<https://github.com/catalyst-cooperative/pudl/compare/main...${BUILD_REF}|Make a PR for \`${BUILD_REF}\` into \`main\`!>\n\n"
elif [[ "$1" == "failure" ]]; then
message=":large_red_square: Oh bummer the deployment failed ::fiiiiine: :sob: :cry_spin:\n\n "
message=":x: Oh bummer the deployment failed :fiiiiine: :sob: :cry_spin: :x:\n\n "
else
echo "Invalid deployment status"
exit 1
Expand Down

0 comments on commit 69d40d2

Please sign in to comment.