summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorRunar Borge <runar@borge.nu>2019-09-27 21:49:30 +0200
committerRunar Borge <runar@borge.nu>2019-09-27 21:49:30 +0200
commit7e14af718d2356a7c0d69acfb1994b965660fb30 (patch)
tree64b2d5f3eeb9de96040a7a29103727ae90b68c3a /Jenkinsfile
parent21db26a3e76aea73b12cf27b2ed88970db5a619a (diff)
downloadvyos-build-7e14af718d2356a7c0d69acfb1994b965660fb30.tar.gz
vyos-build-7e14af718d2356a7c0d69acfb1994b965660fb30.zip
Testsuite: Move needed packages to Dockerfile insted of in the Jenkins pipeline
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 01887914..fcf0dafd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -120,7 +120,6 @@ pipeline {
stage('Test') {
steps {
sh """
- sudo apt-get update && sudo apt-get install -y python3-pexpect qemu-kvm
cd build/
sudo ../scripts/check-qemu-install --debug live-image-amd64.hybrid.iso
"""