This commit is contained in:
parent
c1de79cff5
commit
aed8c96fab
2 changed files with 6 additions and 3 deletions
|
@ -24,6 +24,8 @@ steps:
|
|||
volumes:
|
||||
- name: arch-repo
|
||||
path: /repo
|
||||
- name: arch-workdir
|
||||
path: /tmp/arch-workdir
|
||||
|
||||
volumes:
|
||||
- name: fedora-repo
|
||||
|
@ -35,3 +37,6 @@ volumes:
|
|||
- name: arch-repo
|
||||
host:
|
||||
path: /mnt/user/files/repos/archlinux/x86_64
|
||||
- name: arch-workdir
|
||||
host:
|
||||
path: /mnt/cache/appdata/workdir/repo-automation/archlinux
|
|
@ -3,8 +3,6 @@ mkdir /logs/
|
|||
echo "PKGDEST=~
|
||||
LOGDEST=/logs/" >~/.makepkg.conf
|
||||
|
||||
mkdir /tmp/arch-workdir
|
||||
|
||||
cd /tmp/arch-workdir
|
||||
git clone https://git.askiiart.net/askiiart/mnt-and-sway
|
||||
cd ./mnt-and-sway/
|
||||
|
|
Loading…
Reference in a new issue