go
This commit is contained in:
parent
47896dfc2a
commit
486522d006
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user