diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-09-28 12:58:24 +0200 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-09-28 12:58:24 +0200 |
| commit | 61d641154b78cfa0ee564ed91a49994b23acb081 (patch) | |
| tree | 3571fb7bcc5600d6b979c4ca16dad5370a6a9548 | |
| parent | 13cf7bf131d3fc67c63b3a5a53c38bef469df14f (diff) | |
| download | vyatta-op-61d641154b78cfa0ee564ed91a49994b23acb081.tar.gz vyatta-op-61d641154b78cfa0ee564ed91a49994b23acb081.zip | |
Jenkins: import Pipeline from vyos-1x commit bd00ec7
| -rw-r--r-- | Jenkinsfile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index a77701b..b11267e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -96,12 +96,7 @@ pipeline { steps { script { dir('build') { - sh """ - #!/bin/bash - sudo apt-get -o Acquire::Check-Valid-Until=false update - sudo mk-build-deps -i -r -t \'apt-get --no-install-recommends -yq\' debian/control - dpkg-buildpackage -b -us -uc -tc - """ + sh "dpkg-buildpackage -b -us -uc -tc" } } } |
