Skip to content

Commit

Permalink
Tweak echo stmts
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Sep 25, 2024
1 parent 1abf9b0 commit d1ace91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1ace91

Please sign in to comment.