diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-12 19:00:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-12 19:00:20 +0100 |
commit | 230e4ef2cc26ffed6287c89536bc7f920144e1d2 (patch) | |
tree | 5a58d4131ae8c70a949b2755658815d05fa67d1d /Jenkinsfile | |
parent | fd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8 (diff) | |
download | vyos-cloud-init-230e4ef2cc26ffed6287c89536bc7f920144e1d2.tar.gz vyos-cloud-init-230e4ef2cc26ffed6287c89536bc7f920144e1d2.zip |
Jenkins: remove dependency installation - moved to Docker container
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 1b9d23e4..eef2a642 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -107,16 +107,6 @@ pipeline { } } } - stage('Install missed dependencies') { - steps { - script { - dir('build') { - sh 'sudo apt update' - sh 'sudo apt install -y python3-jsonschema python3-contextlib2 cloud-utils' - } - } - } - } stage('Build') { steps { script { |