From 0b40c8f79d14710ed32a287d0f726c79d69eafee Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Thu, 24 Oct 2019 10:58:04 +0100 Subject: [PATCH] Try a different texlive image --- cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 8da0f3c..6ce8c6f 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,5 +1,5 @@ steps: -- name: 'gcr.io/overleaf-ops/texlive-full:2018.1.002' +- name: 'gcr.io/overleaf-ops/texlive-full:2017.1' - name: 'gcr.io/overleaf-ops/cloud-builder' args: - 'build' @@ -20,7 +20,7 @@ steps: - 'DOCKER_COMPOSE_FLAGS=-f docker-compose.ci.yml' - 'BUILD_NUMBER=$SHORT_SHA' - 'BRANCH_NAME=$BRANCH_NAME' - - 'TEXLIVE_IMAGE=gcr.io/overleaf-ops/texlive-full:2018.1.002' + - 'TEXLIVE_IMAGE=gcr.io/overleaf-ops/texlive-full:2017.1' images: - 'gcr.io/$PROJECT_ID/clsi:${BRANCH_NAME}-${SHORT_SHA}' timeout: 1800s