go
This commit is contained in:
parent
fac05a1b57
commit
c95cdd968c
@ -69,8 +69,7 @@ custom:
|
|||||||
run:
|
run:
|
||||||
working_directory: /home/ci
|
working_directory: /home/ci
|
||||||
command: |
|
command: |
|
||||||
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
|
GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git clone -b "yage/circle-ci/aur-automation" "$CIRCLE_REPOSITORY_URL" scwrypts
|
||||||
git clone -b "yage/circle-ci/aur-automation" "$CIRCLE_REPOSITORY_URL" scwrypts
|
|
||||||
chown -R ci:ci ./scwrypts
|
chown -R ci:ci ./scwrypts
|
||||||
#command: git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts
|
#command: git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user