diff --git a/Jenkinsfile b/Jenkinsfile index 59d8bf5..4e2fcd4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ properties([ def ensureBunInstalled() { if (isUnix()) { sh ''' - set -euo pipefail + set -eu export BUN_INSTALL="${HOME}/.bun" export PATH="${BUN_INSTALL}/bin:${PATH}" if ! command -v bun >/dev/null 2>&1; then