summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-10 23:19:06 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-10 23:19:06 +0900
commit5be75163ab3aa59c1adcb7ad39751e1da6cf918b (patch)
tree60655c9bc4f61a6e3322eeec7ca6d9e04a148d8c
parent85a3bde44710c3c8973ad0fd07b2c71cd834dba8 (diff)
downloadbuildstream-5be75163ab3aa59c1adcb7ad39751e1da6cf918b.tar.gz
Adding real python2 for pages build
It needs python2 for the moment, just to find out that it will use python3 instead.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 584118cdd..d7f86e4b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ integration_tests:
# on master branch.
pages:
script:
- - dnf install -y findutils
+ - dnf install -y findutils python2
- pip3 install sphinx
- pip3 install sphinx-click
- pip3 install --user -e .