diff --git a/.circleci/config.yml b/.circleci/config.yml index bc79ab0..114c8fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,16 +66,18 @@ custom: clone-scwrypts: - &archlinux_clone_scwrypts - archlinux-run: + run: + working_directory: /home/ci + command: | + 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 - command: git clone -b "yage/circle-ci/aur-automation" "$CIRCLE_REPOSITORY_URL" scwrypts jobs: aur-test: executor: archlinux steps: - *archlinux_prepare - - add_ssh_keys - *archlinux_clone_aur - *archlinux_clone_scwrypts - archlinux-run: