mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-18 12:48:19 +02:00
Update .gitlab-ci.yml: use GitLab’s dependency proxy for ShareLaTeX image
This commit is contained in:
parent
888efe0909
commit
64fb58df57
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ build:
|
|||
curl -sSfL https://raw.githubusercontent.com/overleaf/toolkit/master/lib/config-seed/version -o version.txt
|
||||
OVERLEAF_VERSION=$(cat version.txt)
|
||||
echo "*** Image version: $OVERLEAF_VERSION"
|
||||
docker pull sharelatex/sharelatex:latest
|
||||
docker run --name temp --entrypoint /bin/bash sharelatex/sharelatex:latest -c "\
|
||||
docker pull ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/sharelatex/sharelatex:latest
|
||||
docker run --name temp --entrypoint /bin/bash ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/sharelatex/sharelatex:latest -c "\
|
||||
tlmgr option repository $TEXLIVE_REPO && \
|
||||
tlmgr update --self --all && \
|
||||
tlmgr install scheme-full && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue