Skip to content
Snippets Groups Projects
Verified Commit 31e7b90f authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[MetricsBot] Fix typos

parent 811171ce
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,10 @@ FROM python:3.8-alpine
LABEL maintainer quentinduchemin@tuta.io
ARG METRICS_BOT_VERSION=v1.0
RUN apt-get install -y wget
# Get release
RUN wget -O code.tar.gz https://gitlab.utc.fr/picasoft/projets/picasoft-metrics-bot/-/archive/${METRICS_BOT_VERSION}/picasoft-metrics-bot-${METRICS_BOT_VERSION}.tar.gz \
&& tar xvf code.tar.gz \
&& mv picasoft-metrics-bot-${METRICS_BOT_VERSION} /code
&& mv picasoft-metrics-bot-${METRICS_BOT_VERSION} /code \
&& rm code.tar.gz
# Custom Picasoft entrypoint
......
......@@ -20,7 +20,7 @@ fi
if [ -z "${MATTERMOST_PASSWORD}" ]; then
echo >&2 'Error : missing required ${MATTERMOST_PASSWORD} environment variable, exiting.'
exit 1
fi.
fi
if [ -z "${WEKAN_USER}" ]; then
echo >&2 'Error : missing required ${WEKAN_USER} environment variable, exiting.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment