mirror of
https://github.com/zrepl/zrepl.git
synced 2024-12-22 23:20:51 +01:00
build: ci: fix quickcheck-docs
for external PRs (#763)
fixes https://github.com/zrepl/zrepl/issues/762
This commit is contained in:
parent
21e0ae63a6
commit
30faaec26a
@ -58,6 +58,13 @@ commands:
|
|||||||
git config --global user.email "zreplbot@cschwarz.com"
|
git config --global user.email "zreplbot@cschwarz.com"
|
||||||
git config --global user.name "zrepl-github-io-ci"
|
git config --global user.name "zrepl-github-io-ci"
|
||||||
|
|
||||||
|
# if we're pushing, we need to add the deploy key
|
||||||
|
# which is stored as "Additional SSH Keys" in the CircleCI project settings.
|
||||||
|
# We can't use the CircleCI-manage deploy key because we're pushing
|
||||||
|
# to a different repo than the one we're building.
|
||||||
|
- when:
|
||||||
|
condition: << parameters.push >>
|
||||||
|
steps:
|
||||||
# https://circleci.com/docs/2.0/add-ssh-key/#adding-multiple-keys-with-blank-hostnames
|
# https://circleci.com/docs/2.0/add-ssh-key/#adding-multiple-keys-with-blank-hostnames
|
||||||
- run: ssh-add -D
|
- run: ssh-add -D
|
||||||
# the default circleci ssh config only additional ssh keys for Host !github.com
|
# the default circleci ssh config only additional ssh keys for Host !github.com
|
||||||
|
Loading…
Reference in New Issue
Block a user