Remove a logging of a secret

This commit is contained in:
Nikolai Rodionov 2023-02-28 11:39:46 +01:00
parent 32010a11b4
commit 19f208be04
1 changed files with 0 additions and 1 deletions

View File

@ -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