From 30faaec26a1dd9168d84ea283cc6fefc63a28f5a Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 1 Nov 2023 00:12:23 +0100 Subject: [PATCH] build: ci: fix `quickcheck-docs` for external PRs (#763) fixes https://github.com/zrepl/zrepl/issues/762 --- .circleci/config.yml | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20d7baf..e2c9911 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,19 +58,26 @@ commands: git config --global user.email "zreplbot@cschwarz.com" git config --global user.name "zrepl-github-io-ci" - # https://circleci.com/docs/2.0/add-ssh-key/#adding-multiple-keys-with-blank-hostnames - - run: ssh-add -D - # the default circleci ssh config only additional ssh keys for Host !github.com - - run: - command: | - cat > ~/.ssh/config \<> + steps: + # https://circleci.com/docs/2.0/add-ssh-key/#adding-multiple-keys-with-blank-hostnames + - run: ssh-add -D + # the default circleci ssh config only additional ssh keys for Host !github.com + - run: + command: | + cat > ~/.ssh/config \<