Ver código fonte

Update

tags/v0.0.61
Peter Vivell 6 anos atrás
pai
commit
eb2596bf3e
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      drone.yml

+ 1
- 0
drone.yml Ver arquivo

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

Carregando…
Cancelar
Salvar