Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
5b106c4af7
commit
5c166aa5ca
1 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue