.gitlab-ci.yml (build): Clean up script
This has since been moved into the Docker image.master
parent
d0208bf89b
commit
a2478938b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue