From d1ace912df77ba72c040f7e5b217bfd7f40dce90 Mon Sep 17 00:00:00 2001 From: at055612 <22818309+at055612@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:15:37 +0100 Subject: [PATCH] Tweak echo stmts --- ci_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci_build.sh b/ci_build.sh index e052292..2a3d81c 100755 --- a/ci_build.sh +++ b/ci_build.sh @@ -136,11 +136,11 @@ main() { # Run the gradle build to generate the different forms of the schema build_schema_variants - echo -e "${GREEN}Dumping contents of ${BLUE}${RELEASE_ARTEFACTS_DIR}${NC}" - ls -l "${RELEASE_ARTEFACTS_DIR}" if [[ "${BUILD_IS_SCHEMA_RELEASE}" = "true" ]]; then echo -e "${GREEN}This is a release build${NC}" + echo -e "${GREEN}Dumping contents of ${BLUE}${RELEASE_ARTEFACTS_DIR}${NC}" + ls -l "${RELEASE_ARTEFACTS_DIR}" else echo -e "${GREEN}Not a release so skipping releaase preparation${NC}" # Clear out any artefacts to make sure nothing