From 93dfa8a6e7690e54d3f3126ea37b779f90d3d805 Mon Sep 17 00:00:00 2001 From: praticamentetilde Date: Wed, 16 Jan 2019 21:21:40 +0100 Subject: [PATCH] Fixed CI (removed update) --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4a53398..569cd0c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,9 @@ pipeline: build: image: registry.maggioni.xyz/praticamentetilde/latex:2018-small commands: - - tlmgr update --self --all + - tlmgr update --self - tlmgr install blindtext koma-script float hyperref pgf biblatex - - tlmgr install pgfgantt listings collection-fontsrecommended comment + - tlmgr install pgfgantt listings collection-fontsrecommended comment - tlmgr install biber babel-italian babel-english hyphen-italian - tlmgr install logreq xstring - pdflatex italian.tex && biber italian @@ -25,4 +25,3 @@ pipeline: endpoint: https://s3.maggioni.xyz branches: master - tlmgr update --self