diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-27 19:33:35 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-27 19:33:35 +0100 |
commit | ef122b630db38e14b9c57e2a0678a5ba37f3bfcb (patch) | |
tree | d463e7bb5efdc4f0fd17a701065c5555e8f89955 /Jenkinsfile | |
parent | 7ec6260f816fa4e0526a276eb523b99c7adf63d8 (diff) | |
download | vyos-build-ef122b630db38e14b9c57e2a0678a5ba37f3bfcb.tar.gz vyos-build-ef122b630db38e14b9c57e2a0678a5ba37f3bfcb.zip |
Jenkins: adjust path on ISO test
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 2d14c334..c354a054 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -121,8 +121,7 @@ pipeline { stage('Test ISO') { steps { sh """ - cd build - sudo ../scripts/check-qemu-install --debug live-image-amd64.hybrid.iso + sudo scripts/check-qemu-install --debug build/live-image-amd64.hybrid.iso """ } } |