gitlab: Always run hotdoc from git
authorThibault Saunier <tsaunier@igalia.com>
Sat, 1 Jun 2019 00:12:55 +0000 (20:12 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Sat, 1 Jun 2019 00:16:27 +0000 (20:16 -0400)
We are moving too fast in hotdoc and the overhead of
releasing and updating docker images is too big

gitlab/ci_template.yml

index b303c34..95c3cca 100644 (file)
@@ -557,6 +557,7 @@ documentation:
   stage: deploy
 
   script:
+  - pip3 install --upgrade git+https://github.com/hotdoc/hotdoc.git
   - cd gst-build/
   - ./gst-uninstalled.py hotdoc run --conf-file=build/subprojects/gst-docs/GStreamer-doc.json --fatal-warnings
   - cd -