This commit is contained in:
Wryn (yage) Wagner 2024-04-13 21:22:18 -06:00
parent 47896dfc2a
commit 486522d006

View File

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