go
This commit is contained in:
parent
47896dfc2a
commit
486522d006
@ -66,16 +66,18 @@ custom:
|
|||||||
|
|
||||||
clone-scwrypts:
|
clone-scwrypts:
|
||||||
- &archlinux_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 "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts
|
||||||
command: git clone -b "yage/circle-ci/aur-automation" "$CIRCLE_REPOSITORY_URL" scwrypts
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
aur-test:
|
aur-test:
|
||||||
executor: archlinux
|
executor: archlinux
|
||||||
steps:
|
steps:
|
||||||
- *archlinux_prepare
|
- *archlinux_prepare
|
||||||
- add_ssh_keys
|
|
||||||
- *archlinux_clone_aur
|
- *archlinux_clone_aur
|
||||||
- *archlinux_clone_scwrypts
|
- *archlinux_clone_scwrypts
|
||||||
- archlinux-run:
|
- archlinux-run:
|
||||||
|
Loading…
Reference in New Issue
Block a user