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 26b6898 commit efac97fCopy full SHA for efac97f
.github/workflows/ci.yaml
@@ -21,4 +21,4 @@ jobs:
21
- run: |-
22
mkdir build
23
yq ".Resources.LogsLambda.Properties.Code.ZipFile = \"$(sed 's/\"/\\\"/g' handler.py)\"" axiom-cloudfront-lambda-cloudformation-stack.template.yaml > build/axiom-cloudfront-lambda-cloudformation-stack.yaml
24
- - run: cat axiom-cloudfront-lambda-cloudformation-stack.yaml
+ - run: cat build/axiom-cloudfront-lambda-cloudformation-stack.yaml
0 commit comments