summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-10 23:07:00 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-10 23:07:00 +0900
commitd8f27901d95b3dcb509ec8567e64cf1a10f464ee (patch)
treef3459d5df152ddca6102d11b7cc4cd8613ca5ea3 /.gitlab-ci.yml
parentfd01d32dfb6dd412b7eb883cf25464a7c3e41a6c (diff)
downloadbuildstream-d8f27901d95b3dcb509ec8567e64cf1a10f464ee.tar.gz
Weird ln -s python try to fix damn docs build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 584118cdd..2ffa5e157 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,8 +35,11 @@ integration_tests:
# Automatically build documentation, only for merges which land
# on master branch.
+#
+# FIXME: Weird `ln -s python` thing going on
pages:
script:
+ - ln -s /usr/bin/python3 /usr/bin/python
- dnf install -y findutils
- pip3 install sphinx
- pip3 install sphinx-click