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