Skip to content

Commit 2746309

Browse files
chore: add CICD logs
1 parent 0fe726f commit 2746309

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/cdk-basic/deploy-yaml.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ awk '
1818
# Remove the first part of the template up to and including the Resources section
1919
awk 'f{print} /^Resources:/ {f=1; print}' template.patched.yaml > CdkbasicStack.yaml
2020

21+
echo "Deploying stack with the following template:"
22+
echo "-------------------------------------------"
23+
cat CdkbasicStack.yaml
24+
echo "-------------------------------------------"
25+
2126
aws cloudformation deploy --template-file CdkbasicStack.yaml --stack-name test-lld-cdk-basic --capabilities CAPABILITY_NAMED_IAM

0 commit comments

Comments
 (0)