Skip to content

Commit

Permalink
Fix full CI build
Browse files Browse the repository at this point in the history
Don't run erlfmt and elixir format checks

We already ran those during the pull request CI phase
  • Loading branch information
nickva committed Dec 21, 2022
1 parent 9aee170 commit ab33d84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ pipeline {
timeout(time: 15, unit: "MINUTES") {
sh (script: 'rm -rf apache-couchdb-*', label: 'Clean workspace of any previous release artifacts' )
sh "./configure --spidermonkey-version 78"
sh 'make erlfmt-check'
sh 'make elixir-check-formatted'
sh 'make dist'
}
}
Expand Down

0 comments on commit ab33d84

Please sign in to comment.