Skip to content

Commit e9cf506

Browse files
committed
ci: Make git available for all merge commits
1 parent 040e4de commit e9cf506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ persistent_worker_template: &PERSISTENT_WORKER_TEMPLATE
2121
base_template: &BASE_TEMPLATE
2222
skip: $CIRRUS_REPO_FULL_NAME == "bitcoin-core/gui" && $CIRRUS_PR == "" # No need to run on the read-only mirror, unless it is a PR. https://cirrus-ci.org/guide/writing-tasks/#conditional-task-execution
2323
merge_base_script:
24-
- if [ "$CIRRUS_PR" = "" ]; then exit 0; fi
2524
- bash -c "$PACKAGE_MANAGER_INSTALL git"
25+
- if [ "$CIRRUS_PR" = "" ]; then exit 0; fi
2626
- git fetch $CIRRUS_REPO_CLONE_URL $CIRRUS_BASE_BRANCH
2727
- git config --global user.email "[email protected]"
2828
- git config --global user.name "ci"

0 commit comments

Comments
 (0)