mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
refresh-get-daml-com: add invalidation & format (#16993)
* refresh-get-daml-com: add invalidation & format * test update
This commit is contained in:
parent
9fadea3f4c
commit
ed202d1861
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user