This commit is contained in:
Oscar Krause 2022-12-27 10:16:04 +01:00
parent 98e98ccd84
commit 1e84e141df
1 changed files with 3 additions and 1 deletions

View File

@ -18,8 +18,10 @@ build:debian:
# create conf file # create conf file
- mkdir -p build/etc/fastapi-dls - mkdir -p build/etc/fastapi-dls
- touch build/etc/fastapi-dls/env - touch build/etc/fastapi-dls/env
# cd into "build/"
- cd build/
script: script:
- chroot build/ dpkg -b . build.deb - dpkg -b . build.deb
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths: