diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-07-10 23:12:46 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-07-10 23:12:46 +0900 |
commit | 85a3bde44710c3c8973ad0fd07b2c71cd834dba8 (patch) | |
tree | 1fa3f7cc8aa1f92d5452f0939b927d975957b752 /.gitlab-ci.yml | |
parent | d8f27901d95b3dcb509ec8567e64cf1a10f464ee (diff) | |
download | buildstream-85a3bde44710c3c8973ad0fd07b2c71cd834dba8.tar.gz |
Revert "Weird ln -s python try to fix damn docs build"
This reverts commit d8f27901d95b3dcb509ec8567e64cf1a10f464ee.
That was a crazy commit, and does not fix the pages deployment anyway.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ffa5e157..584118cdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,11 +35,8 @@ 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 |