Compare commits

..

No commits in common. "e2cea7136560b0330084c0fef7a1c54db41ad9d1" and "1e84e141df5e126cb970d298d4f384ca36662f34" have entirely different histories.

View File

@ -25,7 +25,7 @@ build:debian:
artifacts:
expire_in: 1 week
paths:
- build/build.deb
- build.deb
build:docker:
image: docker:dind
@ -65,9 +65,8 @@ test:debian:
before_script:
- apt-get update -qq && apt-get install -qq -y jq # systemd
script:
- ls -alh
# test installation
- apt-get install -q -y build/build.deb --fix-missing
- apt-get install -q -y ./build.deb --fix-missing
# copy example config from GitLab-CI-Variables
#- cat ${EXAMPLE_CONFIG} > /etc/fastapi-dls/env
#- systemctl daemon-reload