diff --git a/Jenkinsfile b/Jenkinsfile index 6710e8e..cba7e9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } steps { echo 'Building' - sh '''PATH="$TYPST_INSTALL/bin:$PATH" ./render.sh''' + sh '''./render.sh''' } } // stage('Deploy') { diff --git a/render.sh b/render.sh index d4b879a..11e30ee 100755 --- a/render.sh +++ b/render.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ### VARS ### NAME="Felix"