Commit 6554cb9c authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

fix: allow failure of updating tlmgr self

parent a40bd54b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ docs:pandoc-from-template:
  script:
    - |
      echo "[*] Installing these packages using tlmgr: ${PANDOC_DEFAULT_PACKAGES} ${PANDOC_EXTRA_PACKAGES}"
      tlmgr update --self
      tlmgr update --self || true
      tlmgr install ${PANDOC_DEFAULT_PACKAGES} ${PANDOC_EXTRA_PACKAGES}
    - cd ${SOURCE_DIR}
    - |