aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-02-26 10:30:22 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-02-26 10:30:22 +0000
commit24d21534d31b1e5841278f99f6b1f5451762786c (patch)
tree2695ab69aa08a25e41fe5519392e2bb230a56de3
parent02b52de8ee8dc31d85489c55ec3edb16ee74761d (diff)
downloadalpine-drone-ci-24d21534d31b1e5841278f99f6b1f5451762786c.tar.bz2
alpine-drone-ci-24d21534d31b1e5841278f99f6b1f5451762786c.tar.xz
build: do not error when no pkg is found
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 9cb7ef3..fba14c9 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -108,6 +108,6 @@ done
if [ -n "$aport_ng" ]; then
die "Failed to build packages:$aport_ng"
elif [ -z "$aport_ok" ]; then
- die "No packages found to be built."
+ msg "No packages found to be built." yellow
fi