Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Remove build stage from Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 5, 2024
1 parent 13da9d0 commit ea718bb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ pipeline {
}
}
}
stage('Build') {
steps {
dir ('next/news-aggregation') {
sh 'npm run build'
}
}
}
stage('Remote git pull') {
steps {
script {
Expand Down

0 comments on commit ea718bb

Please sign in to comment.