Skip to content

Commit

Permalink
ci: remove entrypoint for now (doesnt work with gorelease)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdevme committed Sep 6, 2022
1 parent 749d699 commit b3362b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ENV SSH_KNOWN_HOSTS="/etc/ssh/ssh_known_hosts"

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

COPY entrypoint.sh .

ENTRYPOINT ["/entrypoint.sh"]
#COPY entrypoint.sh .
#ENTRYPOINT ["/entrypoint.sh"]
COPY gitops-commit /

0 comments on commit b3362b9

Please sign in to comment.