From 07486ccb714a0dce675b5240dc3f6549eead1a6d Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Sat, 23 Mar 2019 14:40:39 +0100 Subject: [PATCH] (ci) Disable ssh key installation --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a8b249bc..85d0cae5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,11 +33,11 @@ jobs: variables: - group: github-keys steps: - - task: InstallSSHKey@0 - inputs: - hostName: $(secret.GHSshKnownHosts) - sshPublicKey: $(secret.GHSshPub) - sshKeySecureFile: $(secret.GHSshPriv) + # - task: InstallSSHKey@0 + # inputs: + # hostName: $(secret.GHSshKnownHosts) + # sshPublicKey: $(secret.GHSshPub) + # sshKeySecureFile: $(secret.GHSshPriv) - script: | ./docs/book/build.sh master