From c95cdd968c73624ad97f624213fb75b742078d5e Mon Sep 17 00:00:00 2001 From: yage Date: Sat, 13 Apr 2024 21:29:28 -0600 Subject: [PATCH] go --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 52a99ee..44bea92 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,8 +69,7 @@ custom: run: working_directory: /home/ci command: | - mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config - git clone -b "yage/circle-ci/aur-automation" "$CIRCLE_REPOSITORY_URL" scwrypts + GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git clone -b "yage/circle-ci/aur-automation" "$CIRCLE_REPOSITORY_URL" scwrypts chown -R ci:ci ./scwrypts #command: git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts