Skip to content
Snippets Groups Projects

Tests for user name requirements

Merged Timm Fitschen requested to merge f-dot-in-username into dev
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -8,7 +8,8 @@ RUN apt-get update && \
python3-pip \
tox \
-y
RUN echo ${PYLIB}
ARG PYLIB
RUN echo "PYLIB=${PYLIB}"
COPY .docker/wait-for-it.sh /wait-for-it.sh
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
Loading