We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcd34d commit 694f5efCopy full SHA for 694f5ef
scripts/taito-template/init.sh
@@ -62,8 +62,10 @@ function prune () {
62
sed -i "s/\"check-size:$name {@}\" //g" package.json
63
64
# TODO: temporary solution. remove once using terraform v0.12
65
+ if [[ -f scripts/terraform/common/gcloud-uptime/uptime.tf ]]; then
66
sed -i "/^ {\\/\\*$name\\*\\/\$/,/^ }.*$/d" \
- scripts/terraform/common/gcloud/monitoring.tf
67
+ scripts/terraform/common/gcloud-uptime/uptime.tf
68
+ fi
69
70
# Prune target from CI/CD scripts
71
sed -i "/^action \"artifact:$name\"/,/^}$/d" .github/main.workflow
0 commit comments