SH -> BASH
parent
06ee3ae250
commit
db721f6e36
|
|
@ -16,7 +16,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
echo 'Building'
|
echo 'Building'
|
||||||
sh '''PATH="$TYPST_INSTALL/bin:$PATH" ./render.sh'''
|
sh '''./render.sh'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// stage('Deploy') {
|
// stage('Deploy') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue