From fac05a1b57c35016b9a5e31be390cd4545d95b3a Mon Sep 17 00:00:00 2001 From: yage Date: Sat, 13 Apr 2024 21:26:52 -0600 Subject: [PATCH] go --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 114c8fb..52a99ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,6 +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 chown -R ci:ci ./scwrypts #command: git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts