00:17:53
Sep 02, 2021
/bin/bash: line 0: break: 0: loop count out of rangeThe command '/bin/bash -o pipefail -c mamba env update -n base -f environment.yml && rm environment.yml && pip3 install --ignore-installed PyYAML && for REPO in https://gitlab.u-psud.fr/nicolas.thiery/scripts.git https://gitlab.dsi.universite-paris-saclay.fr/Info111/ComputerLab.git https://gitlab.u-psud.fr/L1Info/IntroScienceDonnees/ComputerLab.git https://gitlab.u-psud.fr/Info122/Info122.git https://gitlab.u-psud.fr/M1-ISD/AlgorithmiqueAvancee/ComputerLab https://gitlab.u-psud.fr/nicolas.thiery/ter-jupyter ; do echo =================================================; echo Installing software stack for: ; echo $REPO ; echo =================================================; git clone $REPO repo && (cd repo; test -d binder && cd binder; mamba env update -n base -f environment.yml) && rm -rf repo || break 0; done && mamba clean --all && pip cache purge' returned a non-zero code: 1Running after_scriptRunning after script...$ docker logout $CI_REGISTRYRemoving login credentials for gitlab-registry.in2p3.frCleaning up file based variablesERROR: Job failed: exit code 1