.gitlab-ci.yml (build): Clean up script

This has since been moved into the Docker image.
master
Mike Gerwitz 2019-11-18 13:32:44 -05:00
parent d0208bf89b
commit a2478938b8
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@ stages:
build:
stage: build
script:
- apt-get update
- apt-get -y install --no-install-recommends texinfo texlive-latex-base
- apt-get -y install nodejs
- git submodule update --init --recursive
- git clone https://gitlab.com/mikegerwitz/hoxsl
- export SAXON_CP=/usr/share/ant/lib/saxon9/saxon9he.jar