From cfd9eb750eb3598a3f4ae10542f1cd460ad10e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A7=91=F0=9F=8F=BB=E2=80=8D=F0=9F=92=BB=20Romain=20M?= =?UTF-8?q?arcadier?= Date: Thu, 8 Dec 2022 17:50:54 +0100 Subject: [PATCH] Revert "chore: save exclusion rules when bumping the CFN spec (#22788)" This reverts commit 4e7fdae3535d0771433d6393d355782abd807d68, because the problem it was intended to solve was fixed in a different way, and this particular approach causes automation to time-out after >1H. --- scripts/bump-cfnspec.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/bump-cfnspec.sh b/scripts/bump-cfnspec.sh index bec5e82aa4b44..f71f002785ff9 100755 --- a/scripts/bump-cfnspec.sh +++ b/scripts/bump-cfnspec.sh @@ -27,10 +27,6 @@ cd ${pwd}/packages/@aws-cdk/cfnspec yarn update version=$(cat cfn.version) -# Running a full build saving awslint exclusion rules in case any of them fails -export AWSLINT_SAVE=true -yarn lerna run build --stream --include-dependencies - # Come back to root, add all files to git and commit cd ${pwd} git add .