Explorar o código

Fix Precommit Job

It looks like the precommit job is performing an additional "git clone" that overwrites the PR

Author: Enrico Olivelli <eolivelli@apache.org>

Reviewers: andor@apache.prg

Closes #1460 from eolivelli/fix/pr-job-fix
Enrico Olivelli %!s(int64=4) %!d(string=hai) anos
pai
achega
500372dc7d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Jenkinsfile-PreCommit

+ 0 - 1
Jenkinsfile-PreCommit

@@ -36,7 +36,6 @@ pipeline {
     stages {
         stage('BuildAndTest') {
             steps {
-                git 'https://github.com/apache/zookeeper'
                 sh "git clean -fxd"
                 sh "mvn verify spotbugs:check checkstyle:check -Pfull-build -Dsurefire-forkcount=4"
             }