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 c09a8df commit f1c480b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Jenkinsfile-public-demo
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pipeline {
steps {
container('ubuntu') {
sh 'npm install -g n'
sh 'npm install -g bun'
sh 'n latest'
sh 'npm install -g bun'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docker/Jenkinsfile-public-dev
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pipeline {
steps {
container('ubuntu') {
sh 'npm install -g n'
sh 'npm install -g bun'
sh 'n latest'
sh 'npm install -g bun'
}
}
}
Expand Down

0 comments on commit f1c480b

Please sign in to comment.