This commit is contained in:
Wryn (yage) Wagner 2024-04-13 21:29:28 -06:00
parent fac05a1b57
commit c95cdd968c

View File

@ -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