hardlinking volumes bad
All checks were successful
continuous-integration/drone Build is passing

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-16 16:38:42 +02:00
parent 5b106c4af7
commit 5c166aa5ca
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -14,13 +14,14 @@ steps:
- bash ./prepare-pages.sh
- git clone -b pages https://git.froth.zone/packages/awl /pkg
- git clone -b pages https://git.froth.zone/packages/awl pkg
# delete stuff that either does not matter or will get overwritten
- rm -rf /pkg/.git
- rm -rf pkg/.git
# overwrite anything that already exists, and merge the folders that don't
- yes | cp -rlPaf repo/* /pkg/apt
- yes | cp -rlPaf repo/* pkg/apt
# Remove (this isn't needed but makes me feel better)
- rm -rf repo/
- mv pkg/apt /pkg/apt
environment:
TAG: ${TAG}
volumes: