Skip to content
Snippets Groups Projects
Commit a30722b3 authored by Michael Loipführer's avatar Michael Loipführer
Browse files

fix ci

parent e47fb316
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,11 @@ build_buster:
- apt install -y python3-stdeb python-all
- dpkg-buildpackage -us -uc
- mkdir -p build/
- mv deb_dist/* build/
- mv ../tempermonitor*.deb build/
- mv ../tempermonitor*.changes build/
- mv ../tempermonitor*.tar.gz build/
- mv ../tempermonitor*.dsc build/
- mv ../tempermonitor*.buildinfo build/
# The files which are to be made available in GitLab
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment