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