From 0df83c3d31adb4fc12aa108a12f3ed3e96da2287 Mon Sep 17 00:00:00 2001 From: Kevin Dorner Date: Fri, 9 Sep 2022 14:24:30 +0200 Subject: [PATCH] Remove unnecessary comment --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index 127d507..043e241 100644 --- a/Containerfile +++ b/Containerfile @@ -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" ]