From 40a4729695a1a9f7a426c0be6849852932554cb3 Mon Sep 17 00:00:00 2001 From: Araozu Date: Sat, 5 Oct 2024 14:07:46 -0500 Subject: [PATCH] feat: Add ref to thp binary for CI builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 89911f5..f0f45d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { } stage('Buid') { steps { - sh 'pnpm build' + sh 'THP_BINARY=/var/bin/thp pnpm build' } } stage('Deploy') {