ci: Don't install fuse and fuse3 packages in the CI environment

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Joseph Nuthalapati 2019-01-06 03:50:26 +05:30
parent 97bb99b91c
commit a41002ddec
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -7,7 +7,7 @@ before_script:
- apt-get install -y build-essential # Build dependencies
- apt-get install -y sshpass parted # Test dependencies
- apt-get install -y sudo
- apt-mark hold fuse # not installable in CI environment
- apt-mark hold fuse fuse3 # not installable in CI environment
- apt-get install -y $(./run --list-dependencies) # Module dependencies
stages: