Update bookworm path
This commit is contained in:
parent
78f8580b40
commit
6a3135c58a
1 changed files with 3 additions and 3 deletions
|
@ -15,13 +15,13 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- '/drone/src/debian.sh'
|
- '/drone/src/debian.sh'
|
||||||
volumes:
|
volumes:
|
||||||
- name: debian-bookworm-repo
|
- name: bookworm-repo
|
||||||
path: /repo
|
path: /repo
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedora-repo
|
- name: fedora-repo
|
||||||
host:
|
host:
|
||||||
path: /mnt/user/big-stuff/files/repos/fedora/x86_64
|
path: /mnt/user/big-stuff/files/repos/fedora/x86_64
|
||||||
- name: debian-bookworm-repo
|
- name: bookworm-repo
|
||||||
host:
|
host:
|
||||||
path: /mnt/user/big-stuff/files/repos/debian/bookworm/amd64
|
path: /mnt/user/big-stuff/files/repos/debian/dists/bookworm/stable/binary-amd64/
|
Loading…
Reference in a new issue