Skip to content

Commit 464950f

Browse files
fix: CICD
1 parent 1ba67cf commit 464950f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/cdk-basic/deploy-yaml.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This script is used to deploy the CDK stack using a YAML template.
2-
npx cdk synth -c environment=test CdkbasicStack > CdkbasicStack.yaml
2+
npx cdk synth --no-notices -c environment=test CdkbasicStack > CdkbasicStack.yaml
33

44
# Add a dummy resource to the template to force a change in the stack
55
awk '
@@ -14,7 +14,4 @@ awk '
1414
{ print }
1515
' CdkbasicStack.yaml > template.patched.yaml && mv template.patched.yaml CdkbasicStack.yaml
1616

17-
# Show the generated template
18-
cat CdkbasicStack.yaml
19-
2017
aws cloudformation deploy --template-file CdkbasicStack.yaml --stack-name test-lld-cdk-basic --capabilities CAPABILITY_NAMED_IAM

0 commit comments

Comments
 (0)