From 6ff02e876ec0d31d1e440eeccba9811dcea5b920 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 20 Feb 2025 18:00:11 +0000 Subject: [PATCH] Fixed Jenkinsfile syntax --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {