Skip to content
Snippets Groups Projects
Commit 570c3e1f authored by garciadeblas's avatar garciadeblas
Browse files

license_scan run with bash instead of sh


Change-Id: I59c5c713fb1a9cc100b7690ab8a75c6bc23b5ac0
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 42593a5d
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') {
sh "devops/tools/license_scan.sh"
bash "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