feat: Add ref to thp binary for CI builds

This commit is contained in:
Araozu 2024-10-05 14:07:46 -05:00
parent 4ea0c093fa
commit 40a4729695

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
}
stage('Buid') {
steps {
sh 'pnpm build'
sh 'THP_BINARY=/var/bin/thp pnpm build'
}
}
stage('Deploy') {