diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-10-04 04:43:28 +0900 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2019-10-04 04:46:32 +0900 |
commit | ebfa7d524d0fdd519ea73a3ee955d74dec1809ff (patch) | |
tree | 74dc1851dc041c6a749970d65680b5f3d5f46c21 /.gitlab-ci.yml | |
parent | 645496b23268b1ad8ddb9de6247ee99dc71ec79d (diff) | |
download | buildstream-ebfa7d524d0fdd519ea73a3ee955d74dec1809ff.tar.gz |
Revert ".gitlab-ci.yml: overnigth tests need buildbox-casd"
The docker image already have this, see commit
23c66d2bd397b84c8905fa16027e0ba163d1b4cd
This reverts commit 99b0117a7d5d4b053c91d00f6e7117b007e4f72e.
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 00761f2ff..130b52e9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -288,9 +288,6 @@ docs: fetchers: 2 EOF - dnf install -y ostree python3-gobject-base - - wget https://buildbox-casd-binaries.nyc3.cdn.digitaloceanspaces.com/buildbox-casd-x86_64-linux-20190930-f9862db1.tar.xz - - tar -C /root/.local/bin -xf buildbox-casd-x86_64-linux-20190930-f9862db1.tar.xz - - export PATH=/root/.local/bin:$PATH - pip3 install -r requirements/requirements.txt -r requirements/plugin-requirements.txt - pip3 wheel --wheel-dir wheels/ --no-deps . - pip3 install --no-index wheels/* |