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 2746309 commit 37ec3f2Copy full SHA for 37ec3f2
test/cdk-basic/deploy-yaml.sh
@@ -16,7 +16,7 @@ awk '
16
17
# Cdk synth sometimes generates a dummy notification line at the top of the file.
18
# Remove the first part of the template up to and including the Resources section
19
-awk 'f{print} /^Resources:/ {f=1; print}' template.patched.yaml > CdkbasicStack.yaml
+awk 'f{print} /^Resources:/ {f=1; print}' template.patched.yaml | awk '/\[cdk:skip\]/{exit} {print}' > CdkbasicStack.yaml
20
21
echo "Deploying stack with the following template:"
22
echo "-------------------------------------------"
0 commit comments