Skip to content

Commit

Permalink
fix name of debian package file
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
  • Loading branch information
gabrik committed Feb 14, 2020
1 parent cca0b07 commit 55c64aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ script:
- docker exec build bash -c "mkdir /root/build && cd /root && mv fog05 build/fog05-0.1 && cd build && tar -czvf fog05-0.1.tar.gz fog05-0.1"
# building a debian package
- docker exec build bash -c "export DEBEMAIL="info@adlink-labs.tech" && export DEBFULLNAME="ATO Labs" && cd /root/build/fog05-0.1 && dh-make -f ../fog05-0.1.tar.gz -s -y && debuild -us -uc --preserve-envvar PATH && ls -l"
- docker exec build bash -c "cd /root/build/ && dpkg -I fog05_0.1_amd64.deb "
- docker exec build bash -c "cd /root/build/ && dpkg -I fog05_0.1-1_amd64.deb "

0 comments on commit 55c64aa

Please sign in to comment.