aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 8c85128..9d0c033 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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"