Skip to content

Commit

Permalink
feat(jenkinsfile): 🎉 add a new jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Nov 21, 2023
1 parent 07cd728 commit 0ed5119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Jenkinsfile-public-demo
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pipeline {
container('ubuntu') {
sh 'apt-get install unzip -y'
sh 'curl -fsSL https://bun.sh/install | bash'
sh 'exec /usr/bin/bash'
sh 'source /root/.bashrc'
sh 'bun install'
// sh 'npm i --force'
}
Expand Down

0 comments on commit 0ed5119

Please sign in to comment.