From 6493503960a0e5254835d2726799451c0e517134 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Sun, 12 Jun 2022 00:48:00 +0200 Subject: [PATCH] Ignore rc of drop command --- builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder b/builder index eb12762..f561fb4 100755 --- a/builder +++ b/builder @@ -88,7 +88,7 @@ aptly repo add bashclub $build_dir/$deb_package.deb aptly snapshot create $datetime-bashclub from repo bashclub -aptly publish drop $(lsb_release -cs) debian +aptly publish drop $(lsb_release -cs) debian > /dev/null 2&>1 aptly publish snapshot -distribution="$(lsb_release -cs)" $datetime-bashclub debian