Skip to content

Commit

Permalink
Revert "chore: save exclusion rules when bumping the CFN spec (#22788)"
Browse files Browse the repository at this point in the history
This reverts commit 4e7fdae, 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.
  • Loading branch information
RomainMuller committed Dec 8, 2022
1 parent de46ca6 commit cfd9eb7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/bump-cfnspec.sh
Expand Up @@ -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 .
Expand Down

0 comments on commit cfd9eb7

Please sign in to comment.