00:58:18
Feb 01, 2021
00:59:11
00:56:51
/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://gitlab.u-psud.fr/M1-ISD/AlgorithmiqueAvancee/Instructors 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