Un-volume the workdir - that wasn't the issue, and now it's on that drive anyways (docker data had to be moved)
Some checks reported errors
continuous-integration/drone Build was killed
Some checks reported errors
continuous-integration/drone Build was killed
This commit is contained in:
parent
aed8c96fab
commit
00f1aa25fa
2 changed files with 2 additions and 5 deletions
|
@ -24,8 +24,6 @@ steps:
|
|||
volumes:
|
||||
- name: arch-repo
|
||||
path: /repo
|
||||
- name: arch-workdir
|
||||
path: /tmp/arch-workdir
|
||||
|
||||
volumes:
|
||||
- name: fedora-repo
|
||||
|
@ -37,6 +35,3 @@ 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
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
mkdir /logs/
|
||||
mkdir /tmp/arch-workdir/
|
||||
|
||||
echo "PKGDEST=~
|
||||
LOGDEST=/logs/" >~/.makepkg.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue