.gitlab-ci.yml - debugging

This commit is contained in:
Oscar Krause 2022-12-27 10:23:51 +01:00
parent e2cea71365
commit ab30ad2117
1 changed files with 2 additions and 2 deletions

View File

@ -65,9 +65,9 @@ test:debian:
before_script:
- apt-get update -qq && apt-get install -qq -y jq # systemd
script:
- ls -alh
- ls -alh build/
# test installation
- apt-get install -q -y build/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