diff options
| author | Michael Grote | 2023-06-28 14:36:00 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-28 14:36:00 +0200 |
| commit | 565cefb0f2a3597e97865842d251dd722030f08f (patch) | |
| tree | f343137cfe7db9cac6eee7dd1f943883cf78c7c5 /.drone.yml | |
| parent | 082ee4b252e0eafc6c1f7493f204f1a7a001654b (diff) | |
ci: debug
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ steps: - ln -s packages/debian . - dpkg-buildpackage -uc -us - - ls -lahR + - ls -lahR ../ - pwd - BUILD_DIR="./tmp" - OUTPUT_DIR="./output" |