Try a different texlive image

This commit is contained in:
Christopher Hoskin
2019-10-24 10:58:04 +01:00
parent 882732d6a5
commit 0b40c8f79d

View File

@@ -1,5 +1,5 @@
steps: 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' - name: 'gcr.io/overleaf-ops/cloud-builder'
args: args:
- 'build' - 'build'
@@ -20,7 +20,7 @@ steps:
- 'DOCKER_COMPOSE_FLAGS=-f docker-compose.ci.yml' - 'DOCKER_COMPOSE_FLAGS=-f docker-compose.ci.yml'
- 'BUILD_NUMBER=$SHORT_SHA' - 'BUILD_NUMBER=$SHORT_SHA'
- 'BRANCH_NAME=$BRANCH_NAME' - '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: images:
- 'gcr.io/$PROJECT_ID/clsi:${BRANCH_NAME}-${SHORT_SHA}' - 'gcr.io/$PROJECT_ID/clsi:${BRANCH_NAME}-${SHORT_SHA}'
timeout: 1800s timeout: 1800s