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

Commit a8cbb52

Browse files
committed
Repository url fix
1 parent c3da8d2 commit a8cbb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-3.7/buildtemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
cat <<EOF > Dockerfile
4141
FROM golang
4242
RUN CGO_ENABLED=0 go get github.com/triggermesh/aws-custom-runtime
43-
RUN git clone github.com/triggermesh/aws-python-runtime
43+
RUN git clone https://github.com/triggermesh/aws-python-runtime
4444
4545
FROM python:alpine3.7
4646

0 commit comments

Comments
 (0)