Skip to content

Commit 56a0574

Browse files
committed
ci: git config pull.ff only
1 parent 52c0010 commit 56a0574

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure/ipynb-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
- bash: |
119119
git config --global user.email "[email protected]"
120120
git config --global user.name "Azure Pipelines"
121+
git config --global pull.ff only
121122
printf "commit hash:\n $(COMMIT_HASH)\n"
122123
printf "commit message:\n $(COMMIT_MSG)\n"
123124
displayName: "Set Git user"

0 commit comments

Comments
 (0)