From 6203846120d639a6318dbde6cb66df6fc12dfaba Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 27 Jun 2025 13:42:40 +0200 Subject: [PATCH] ci/android: Move sourcing setup-test-env.sh before `set -uex` This prevents printing the various aliases and exports, and cleans up the job logs. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/cuttlefish-runner.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 6f4881ff759..05617f1d166 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -2,10 +2,10 @@ # shellcheck disable=SC2086 # we want word splitting # shellcheck disable=SC1091 # paths only become valid at runtime -set -uex - . "${SCRIPTS_DIR}/setup-test-env.sh" +set -uex + section_start cuttlefish_setup "cuttlefish: setup" # Structured tagging check for angle