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