Compare commits

..

2 Commits

Author SHA1 Message Date
3f1a71062a nsdrlkgn kl
Some checks failed
continuous-integration/drone the build failed
2021-09-20 01:52:57 +02:00
5cc623361c hmmm
Some checks failed
continuous-integration/drone the build failed
2021-09-20 01:47:34 +02:00

View File

@ -15,8 +15,9 @@ pipeline:
image: debian image: debian
pull: true pull: true
commands: commands:
- apt update && apt install -y build-essential - apt update && apt install -y build-essential fakeroot devscripts
- debuild -us -uc - debuild -us -uc
- ls -la - ls -la
- cd .. && ls -la
when: when:
event: tag/.vagrant event: tag