00:31:01
Jan 20, 2021
/bin/bash: line 0: break: 0: loop count out of rangeThe command '/bin/bash -o pipefail -c for REPO in https://gitlab.u-psud.fr/MethNum/scripts.git https://gitlab.u-psud.fr/Info111/ComputerLab.git https://gitlab.u-psud.fr/Info122/Info122.git https://github.com/nthiery/M1-ISD-AlgorithmiqueAvancee 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' 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