summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2022-12-21 11:53:56 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2022-12-21 13:45:43 -0500
commitab33d84b29e7d2c5f8f56fd98b3009af90d8b654 (patch)
tree2b969ad2ac08134f615e576ec79214b92ca13bda
parent9aee170be14143cf2dfd28a74674a6511b0f3a48 (diff)
downloadcouchdb-ab33d84b29e7d2c5f8f56fd98b3009af90d8b654.tar.gz
Fix full CI build
Don't run erlfmt and elixir format checks We already ran those during the pull request CI phase
-rw-r--r--build-aux/Jenkinsfile.full2
1 files changed, 0 insertions, 2 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 5a15fccc2..ddb99e805 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -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'
}
}