Browse Source

Update

tags/v0.0.61
Peter Vivell 6 years ago
parent
commit
f66530a150
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      drone.yml

+ 1
- 0
drone.yml View File

@@ -101,6 +101,7 @@ steps:
101 101
         if test -d "$${PKG_SRC_ROOT}/debian" ; then
102 102
           cp -rp "$${PKG_SRC_ROOT}/debian" . &&
103 103
           cp -p "$${PKG_RELEASE_DIR}/$${PKG_DEB_ARCHIVE}" .. &&
104
+          ls -l .. &&
104 105
           echo apt-get build-dep -a $${PKG_ARCH} . &&
105 106
           CONFIG_SITE=/etc/dpkg-cross/cross-config.$${PKG_ARCH}
106 107
           DEB_BUILD_OPTIONS=nocheck

Loading…
Cancel
Save