From d1837a77c366dcb0782e1b6284585fe4fe62e112 Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Wed, 13 Sep 2023 17:09:43 +0000 Subject: [PATCH] Don't always rebuild --- build-system/scripts/check_rebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-system/scripts/check_rebuild b/build-system/scripts/check_rebuild index 9b277f43603..cbfba6420cb 100755 --- a/build-system/scripts/check_rebuild +++ b/build-system/scripts/check_rebuild @@ -5,8 +5,6 @@ set -euo pipefail TAG=$1 REPOSITORY=$2 -exit 1 - # If given nothing, then exit with failure to rebuild [ -n "$TAG" ] || exit 1