SH -> BASH

master
Félix Desmaretz 2024-10-08 23:44:16 +02:00
parent 06ee3ae250
commit db721f6e36
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

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

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
### VARS ###
NAME="Felix"