Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit feb1356

Browse files
committed
YAML format fix
Signed-off-by: tzununbekov <[email protected]>
1 parent 22e3a34 commit feb1356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildtemplate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ spec:
4141
FROM amazonlinux
4242
4343
RUN LATEST_VERSION=\$(curl -sI https://github.com/triggermesh/aws-custom-runtime/releases/latest | grep "Location:" | awk -F "/" '{print \$NF}' | tr -d "\r" ) \
44-
&& curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/\${LATEST_VERSION}/aws-custom-runtime > /opt/aws-custom-runtime \
45-
&& chmod +x /opt/aws-custom-runtime
44+
&& curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/\${LATEST_VERSION}/aws-custom-runtime > /opt/aws-custom-runtime \
45+
&& chmod +x /opt/aws-custom-runtime
4646
4747
ENV LAMBDA_TASK_ROOT "/opt"
4848
ENV _HANDLER "${HANDLER}"

0 commit comments

Comments
 (0)