Skip to content
Snippets Groups Projects
Commit 901a4bfb authored by garciadeblas's avatar garciadeblas
Browse files

Revert "license_scan run with bash instead of sh"

This reverts commit 570c3e1f.
parent 7a2b4b7c
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment