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:
|
volumes:
|
||||||
- name: arch-repo
|
- name: arch-repo
|
||||||
path: /repo
|
path: /repo
|
||||||
- name: arch-workdir
|
|
||||||
path: /tmp/arch-workdir
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedora-repo
|
- name: fedora-repo
|
||||||
|
@ -37,6 +35,3 @@ volumes:
|
||||||
- name: arch-repo
|
- name: arch-repo
|
||||||
host:
|
host:
|
||||||
path: /mnt/user/files/repos/archlinux/x86_64
|
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
|
#!/usr/bin/env bash
|
||||||
mkdir /logs/
|
mkdir /logs/
|
||||||
|
mkdir /tmp/arch-workdir/
|
||||||
|
|
||||||
echo "PKGDEST=~
|
echo "PKGDEST=~
|
||||||
LOGDEST=/logs/" >~/.makepkg.conf
|
LOGDEST=/logs/" >~/.makepkg.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue