Skip to content

Commit b3362b9

Browse files
committed
ci: remove entrypoint for now (doesnt work with gorelease)
1 parent 749d699 commit b3362b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ENV SSH_KNOWN_HOSTS="/etc/ssh/ssh_known_hosts"
66

77
RUN apk add --no-cache openssh-client && ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts
88

9-
COPY entrypoint.sh .
10-
11-
ENTRYPOINT ["/entrypoint.sh"]
9+
#COPY entrypoint.sh .
10+
#ENTRYPOINT ["/entrypoint.sh"]
1211
COPY gitops-commit /

0 commit comments

Comments
 (0)