summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile10
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 {