From 3f1a71062a9513e56359e81ae65d9e33b9f1b5e7 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Sep 2021 01:52:57 +0200 Subject: [PATCH] nsdrlkgn kl --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b3fa3ca..548bb0a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,8 +15,9 @@ pipeline: image: debian pull: true commands: - - apt update && apt install -y build-essential + - apt update && apt install -y build-essential fakeroot devscripts - debuild -us -uc - ls -la + - cd .. && ls -la when: event: tag