00:00:18
Jan 29, 2021
00:00:12
Downloading artifacts for make-targets (76310)...Downloading artifacts from coordinator... ok id=76310 responseStatus=200 OK token=g8L2MkLtExecuting "step_script" stage of the job script$ mkdir -p /root/.docker/bin/sh: eval: line 120: syntax error: unexpected end of file (expecting "done")$ echo "{ # collapsed multi-line command$ for OCAML_VERSION in $(cat ocaml-versions); do BASETAG=${OCAML_VERSION%.*}-$(date +%F); SRC_IMG=$CI_REGISTRY_IMAGE:$BASETAG; docker pull $SRC_IMG; for TAG in ${BASETAG} ${OCAML_VERSION} ${OCAML_VERSION%.*} $([ "$OCAML_VERSION" = $(tail -n1 ocaml-versions) ] && echo "latest") ; do docker tag $SRC_IMG $DOCKERHUB_IMAGE:${TAG}; docker push $DOCKERHUB_IMAGE:${TAG}; done; docker rmi $SRC_IMG doneCleaning up file based variablesERROR: Job failed: command terminated with exit code 2