Revert "license_scan run with bash instead of sh"
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_2.groovy
index 6db004c..45cbc7d 100644 (file)
@@ -39,7 +39,7 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,build_system) {
     }
 
     stage('License Scan') {
-        bash "devops/tools/license_scan.sh"
+        sh "devops/tools/license_scan.sh"
     }
 
     container_name = "${project}-${branch}".toLowerCase()