Remove unnecessary comment

This commit is contained in:
Kevin Dorner 2022-09-09 14:24:30 +02:00
parent af2d0cfae9
commit 0df83c3d31
1 changed files with 0 additions and 1 deletions

View File

@ -6,6 +6,5 @@ ENV SSL_CERT_DIR=/kaniko/ssl/certs
ENV DOCKER_CONFIG /kaniko/.docker/
ENV DOCKER_CREDENTIAL_GCR_CONFIG /kaniko/.config/gcloud/docker_credential_gcr_config.json
# add the wrapper which acts as a drone plugin
COPY plugin.sh /kaniko/plugin.sh
ENTRYPOINT [ "/kaniko/plugin.sh" ]