Compare commits

...

1 Commits
dfhlne ... fe

Author SHA1 Message Date
42ed17d3c0 Now pls do something
Some checks failed
continuous-integration/drone the build failed
2021-09-23 02:29:25 +02:00

View File

@ -15,7 +15,7 @@ pipeline:
image: debian
pull: true
commands:
- apt update && apt install -y build-essential
- apt update && apt install -y build-essential fakeroot devscripts
- make package
- ls -la
when: