Update linux CI file

This commit is contained in:
Darangi
2019-12-19 17:40:40 +01:00
parent 89403fbb20
commit 8a956fc0ea

View File

@@ -57,11 +57,8 @@ jobs:
- script: script/lint
displayName: Run linter
- script: |
cat /proc/sys/kernel/userns_restrict
sysctl -w kernel.unprivileged_userns_clone=1
cat /proc/sys/kernel/userns_restrict
displayName: Sandbox workaround
- script: sysctl -w kernel.unprivileged_userns_clone=1
displayName: Sandbox workaround
- script: script/build --no-bootstrap --create-debian-package --create-rpm-package --compress-artifacts
env: