Skip to content

Commit

Permalink
tests,setup: fix autopkgtest run
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Jan 29, 2024
1 parent 3d42fb9 commit f4a22dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: gbp buildpackage -us -uc -S -d -nc --git-ignore-branch --git-prebuild=
- name: autopkgtest
# skipping tests is ok
run: sudo autopkgtest -U ../build-area/*.dsc -- lxd autopkgtest/ubuntu/$(distro-info --stable)/amd64 || [ $? == 2 ]
run: autopkgtest -U ../build-area/*.dsc -- lxd autopkgtest/ubuntu/$(distro-info --stable)/amd64 || [ $? == 2 ]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
name='unattended-upgrades',
version='0.1',
scripts=['unattended-upgrade'],
packages=[],
data_files=[
('../etc/logrotate.d/',
["data/logrotate.d/unattended-upgrades"]),
Expand Down

0 comments on commit f4a22dd

Please sign in to comment.