From 486522d006d6a1dadfc3a892ffb7c23aeed8860a Mon Sep 17 00:00:00 2001 From: yage Date: Sat, 13 Apr 2024 21:22:18 -0600 Subject: [PATCH] go --- .circleci/config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: