Skip to content

Commit 67973d1

Browse files
committed
Merge branch '4.0'
2 parents 2ac9466 + df55b49 commit 67973d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci_build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,10 +593,9 @@ build_schema_variants() {
593593
runShadow \
594594
-x diffAgainstLatest
595595

596-
ls -l "${BUILD_DIR}/event-logging-transformer-main/build/libs/"
597-
598-
ls -l "${BUILD_DIR}"/event-logging-transformer-main/build/libs/event-logging-transformer*-all.jar
596+
ls -l ./event-logging-transformer-main/build/libs/
599597

598+
ls -l ./event-logging-transformer-main/build/libs/event-logging-transformer*-all.jar
600599

601600
if [[ "${BUILD_IS_SCHEMA_RELEASE}" = "true" ]]; then
602601
echo -e "${GREEN}Copying build artefacts for release${NC}"

0 commit comments

Comments
 (0)