Andor Molnar created ZOOKEEPER-4207: ---------------------------------------
Summary: New CI pipeline checks out master in branch builds too Key: ZOOKEEPER-4207 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4207 Project: ZooKeeper Issue Type: Bug Components: build-infrastructure Affects Versions: 3.8.0 Reporter: Andor Molnar Assignee: Andor Molnar For some reason the new ASF CI build checks out the master branch even in branch builds: {noformat} [2021-02-08T14:24:12.673Z] > git checkout -b master 4faf507771889c7f6280d41ac4a615467680553f # timeout=10 [2021-02-08T14:24:12.673Z] > git checkout -b master 4faf507771889c7f6280d41ac4a615467680553f # timeout=10{noformat} I suspect that we don't need the "git" step under "Steps", because at that point the repo is already checked out. -- This message was sent by Atlassian Jira (v8.3.4#803005)