From df84665063a1e952792b6d2d513263e9798f2d51 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Sun, 19 Aug 2018 16:14:42 +0000 Subject: [PATCH] Aggiornare '.drone.yml' --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5b5213b..038bbac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ pipeline: build: image: arm32v6/abuild:latest environment: - - REPODEST=/home/builder/package/output + - REPODEST=/home/builder/package # - RSA_PRIVATE_KEY="$$abuild_ssh_key" # - RSA_PRIVATE_KEY_NAME="$$abuild_ssh_key_name" secrets: @@ -25,11 +25,11 @@ pipeline: list: image: arm32v6/alpine:3.7 commands: - - find /home/builder/package/output + - find /home/builder/package gitea_release: image: plugins/gitea-release:linux-arm - files: output/*.apk + files: ./*.apk checksum: - md5 - sha1