diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index d33b5c7..d196c4d 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -16,6 +16,8 @@ pipeline { } stage('Build bundle') { steps { + sh 'rm .env || true' + sh 'echo "THP_BINARY=/var/lib/jenkins/bin/thp" > .env' sh 'pnpm build' } }