From 24a1660c92ee15ec40776368489430d10c6ea56f Mon Sep 17 00:00:00 2001 From: "Fifo F." Date: Mon, 10 Jun 2024 19:01:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cda4b9..4a7e234 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,8 @@ build: services: - name: docker:24.0.5-dind script: - - if [ ! -f $ARCHIVED_IMAGE ]; then + - | + if [ ! -f $ARCHIVED_IMAGE ]; then docker pull sharelatex/sharelatex:latest docker run --name temp --entrypoint /bin/bash sharelatex/sharelatex:latest -c "tlmgr option repository $TEXLIVE_REPO && tlmgr update --self --all && tlmgr install scheme-full" docker commit temp $IMAGE_NAME