diff --git a/ci/refresh-get-daml-com.yml b/ci/refresh-get-daml-com.yml index 9eec66bbe6f..057528ce980 100644 --- a/ci/refresh-get-daml-com.yml +++ b/ci/refresh-get-daml-com.yml @@ -27,8 +27,9 @@ jobs: else echo "Files differ; pushing new version." aws s3 cp daml-assistant/get-daml.sh s3://get-daml-com/get-daml.sh --acl public-read --region us-east-1 + aws cloudfront create-invalidation --distribution-id EXTKHQ2MNSNU4 --paths "/*" echo "Telling Slack..." - tell_slack "Change detected in get.daml.com:\`\`\`$(diff daml-assistant/get-daml.sh $tmp)\`\`\`" + tell_slack "$(echo -e "Change detected in get.daml.com:\n\`\`\`\n$(diff daml-assistant/get-daml.sh $tmp)\`\`\`")" fi name: push_if_needed env: diff --git a/daml-assistant/get-daml.sh b/daml-assistant/get-daml.sh index b54b64831d0..78675647323 100755 --- a/daml-assistant/get-daml.sh +++ b/daml-assistant/get-daml.sh @@ -9,6 +9,7 @@ # This will overwrite any existing installation in ~/.daml # For more information please visit https://daml.com/ and https://docs.daml.com/ # +# Testing update. # # USAGE: