Fix these dumb issues once and for all
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
54b06e3344
commit
fa0ac0202d
2 changed files with 7 additions and 1 deletions
|
@ -15,7 +15,7 @@ steps:
|
|||
- bash ./import-gpg.sh
|
||||
- bash ./prepare-pages.sh
|
||||
|
||||
- git clone -b pages https://git.froth.zone/packages/awl pkg
|
||||
- git clone --depth 1 -b pages https://git.froth.zone/packages/awl pkg
|
||||
# delete stuff that either does not matter or will get overwritten
|
||||
- rm -rf pkg/.git
|
||||
# overwrite anything that already exists, and merge the folders that don't
|
||||
|
@ -23,6 +23,7 @@ steps:
|
|||
# Remove (this isn't needed but makes me feel better)
|
||||
- rm -rf repo/
|
||||
- mv pkg/apt /pkg/apt
|
||||
- rm -rf pkg/
|
||||
environment:
|
||||
TAG: ${TAG}
|
||||
SIGNING_KEY:
|
||||
|
@ -50,9 +51,13 @@ steps:
|
|||
image: appleboy/drone-git-push
|
||||
settings:
|
||||
branch: master
|
||||
path: /drone/src
|
||||
remote_name: origin
|
||||
remote:
|
||||
from_secret: URL
|
||||
commit: true
|
||||
tag: true
|
||||
followtags: true
|
||||
commit_message: Update DB
|
||||
depends_on:
|
||||
- "Create apt packages"
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
|
||||
*.deb
|
||||
repo/
|
||||
pkg/
|
Reference in a new issue