diff --git a/Jenkinsfile b/Jenkinsfile index 2b5d388..693831c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,7 +48,9 @@ pipeline { stage("bioconda") { stages { stage('lint') { - sh 'bioconda-utils lint recipes/ --packages autobigs-engine' + steps { + sh 'bioconda-utils lint recipes/ --packages autobigs-engine' + } } stage('commit') { environment {