From 1b339d2717826c4901ab66e223f03936fb75585e Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Wed, 16 Jun 2021 14:09:14 +0200 Subject: [PATCH] Revert "TT#126250 Bypass 'apply' options into 'build' script" It brakes trunk, we have to reconsider implementation here. This reverts commit 41c722a183b9eabf0c4f16f048733df44ad95e8a. Change-Id: I319c9a9568e250d939864a4c2b9c2a3cdec145e7 --- scripts/apply | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/apply b/scripts/apply index 986d8712..d216a3ec 100755 --- a/scripts/apply +++ b/scripts/apply @@ -37,7 +37,7 @@ if check_for_outstanding_commits && [ -z "${1:-}" ] ; then exit 1 fi -"${SCRIPTS}"/build "$@" +"${SCRIPTS}"/build "${SCRIPTS}"/services "$@" "${SCRIPTS}"/commit "$@"