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