master
Félix Desmaretz 2024-10-08 23:41:03 +02:00
parent a319e41adb
commit 06ee3ae250
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
} }
steps { steps {
echo 'Building' echo 'Building'
sh '''./render.sh''' sh '''PATH="$TYPST_INSTALL/bin:$PATH" ./render.sh'''
} }
} }
// stage('Deploy') { // stage('Deploy') {