From c95c348b2a11d03ebef99f9633b82bd4707037f8 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Mon, 8 May 2017 02:46:45 +0200 Subject: [PATCH] fix dependency clone due to failed verification --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index d9539ce45..a19f2af18 100755 --- a/ci.sh +++ b/ci.sh @@ -14,7 +14,7 @@ chmod 600 /root/.ssh/id_rsa # clone the extras project. set -e set -x -git clone git@github.com:drone/drone-enterprise.git extras +GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" git clone git@github.com:drone/drone-enterprise.git extras # build a static binary with the build number and extra features. go build -ldflags '-extldflags "-static" -X github.com/drone/drone/version.VersionDev=build.${DRONE_BUILD_NUMBER}' -tags extras -o release/drone github.com/drone/drone/drone