TODO-00013 - remove gem stage

This commit is contained in:
Arne Teuke
2021-12-29 13:58:49 +01:00
parent 38539c3ff4
commit c243166d6b
2 changed files with 0 additions and 33 deletions

6
Jenkinsfile vendored
View File

@@ -33,12 +33,6 @@ pipeline {
}
}
stage('install gems') {
steps {
sh 'bundle install'
}
}
stage('puppet parser') {
steps {
sh '''for file in $(find . -iname \'*.pp\'); do