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

This commit is contained in:
askiiart 2024-09-26 19:00:36 -05:00
parent aed8c96fab
commit 00f1aa25fa
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
2 changed files with 2 additions and 5 deletions

View file

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

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
mkdir /logs/
mkdir /tmp/arch-workdir/
echo "PKGDEST=~
LOGDEST=/logs/" >~/.makepkg.conf