adds switch to mkdir
This commit is contained in:
parent
c4a746d4c8
commit
c0e557316f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -77,7 +77,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Run riscof') {
|
stage('Run riscof') {
|
||||||
steps {
|
steps {
|
||||||
sh "mkdir ${BACKEND}"
|
sh "mkdir -p ${BACKEND}"
|
||||||
sh "python3 TGC-COMPLIANCE/run_act.py -core ${CORE} -sim build/dbt-rise-tgc/tgc-sim -w ${BACKEND} --local --backend ${BACKEND}"
|
sh "python3 TGC-COMPLIANCE/run_act.py -core ${CORE} -sim build/dbt-rise-tgc/tgc-sim -w ${BACKEND} --local --backend ${BACKEND}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -99,7 +99,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Run riscof') {
|
stage('Run riscof') {
|
||||||
steps {
|
steps {
|
||||||
sh "mkdir ${BACKEND}"
|
sh "mkdir -p ${BACKEND}"
|
||||||
sh "python3 TGC-COMPLIANCE/run_act.py -core ${CORE} -sim build/dbt-rise-tgc/tgc-sim -w ${BACKEND} --local --backend ${BACKEND}"
|
sh "python3 TGC-COMPLIANCE/run_act.py -core ${CORE} -sim build/dbt-rise-tgc/tgc-sim -w ${BACKEND} --local --backend ${BACKEND}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user