Skip to content

Commit cc76cfb

Browse files
authored
revert: "chore: save exclusion rules when bumping the CFN spec (#22788)" (#23282)
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. ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Construct Runtime Dependencies: * [ ] This PR adds new construct runtime dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-construct-runtime-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent ffac8ef commit cc76cfb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/bump-cfnspec.sh

-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ cd ${pwd}/packages/@aws-cdk/cfnspec
2727
yarn update
2828
version=$(cat cfn.version)
2929

30-
# Running a full build saving awslint exclusion rules in case any of them fails
31-
export AWSLINT_SAVE=true
32-
yarn lerna run build --stream --include-dependencies
33-
3430
# Come back to root, add all files to git and commit
3531
cd ${pwd}
3632
git add .

0 commit comments

Comments
 (0)