ci: Prevent installing fuse

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
James Valleroy 2018-09-25 19:58:08 -04:00 committed by Joseph Nuthalapati
parent a8bd82bcfc
commit 71d8f1f923
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -8,6 +8,7 @@ before_script:
- apt-get install -y sshpass parted # Test dependencies
- apt-get install -y sudo
- apt-get remove -y python3.7* libpython3.7* # Use python3.6 when installing dependencies
- apt-mark hold fuse # not installable in CI environment
- apt-get install -y $(./run --list-dependencies) # Module dependencies
stages: