Compare commits

...

2 Commits

Author SHA1 Message Date
e2cea71365 .gitlab-ci.yml - added some debugging 2022-12-27 10:22:03 +01:00
5d48f6b7d5 .gitlab-ci.yml - fixed artifact path 2022-12-27 10:19:35 +01:00

View File

@ -25,7 +25,7 @@ build:debian:
artifacts:
expire_in: 1 week
paths:
- build.deb
- build/build.deb
build:docker:
image: docker:dind
@ -65,8 +65,9 @@ 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.deb --fix-missing
- apt-get install -q -y build/build.deb --fix-missing
# copy example config from GitLab-CI-Variables
#- cat ${EXAMPLE_CONFIG} > /etc/fastapi-dls/env
#- systemctl daemon-reload