chroot into "build" dir

This commit is contained in:
Oscar Krause 2022-12-27 10:10:00 +01:00
parent f1eddaa99a
commit 98e98ccd84

View File

@ -19,7 +19,7 @@ build:debian:
- mkdir -p build/etc/fastapi-dls - mkdir -p build/etc/fastapi-dls
- touch build/etc/fastapi-dls/env - touch build/etc/fastapi-dls/env
script: script:
- dpkg -b . build.deb - chroot build/ dpkg -b . build.deb
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths: