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