mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-19 13:08:04 +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
|
curl -sSfL https://raw.githubusercontent.com/overleaf/toolkit/master/lib/config-seed/version -o version.txt
|
||||||
OVERLEAF_VERSION=$(cat version.txt)
|
OVERLEAF_VERSION=$(cat version.txt)
|
||||||
echo "*** Image version: $OVERLEAF_VERSION"
|
echo "*** Image version: $OVERLEAF_VERSION"
|
||||||
docker pull sharelatex/sharelatex:latest
|
docker pull ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/sharelatex/sharelatex:latest
|
||||||
docker run --name temp --entrypoint /bin/bash sharelatex/sharelatex:latest -c "\
|
docker run --name temp --entrypoint /bin/bash ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/sharelatex/sharelatex:latest -c "\
|
||||||
tlmgr option repository $TEXLIVE_REPO && \
|
tlmgr option repository $TEXLIVE_REPO && \
|
||||||
tlmgr update --self --all && \
|
tlmgr update --self --all && \
|
||||||
tlmgr install scheme-full && \
|
tlmgr install scheme-full && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue