From 19f208be0472c9cd9b56e2e4c35e517ae970513d Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 28 Feb 2023 11:39:46 +0100 Subject: [PATCH] Remove a logging of a secret --- example/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/example/Dockerfile b/example/Dockerfile index a7c6a48..eb02ac4 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -12,7 +12,6 @@ FROM BUILDER as common_builder ARG MKDOCS_TO_CONFLUENCE_PASSWORD ENV MKDOCS_TO_CONFLUENCE=true ENV MKDOCS_TO_CONFLUENCE_PASSWORD=$MKDOCS_TO_CONFLUENCE_PASSWORD -RUN echo $MKDOCS_TO_CONFLUENCE_PASSWORD RUN pip install mkdocs mkdocs-material WORKDIR /src COPY ./example /src