From f5fc049d17173efdead69a15255a41d3e0081646 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 26 Oct 2022 14:33:35 +0200 Subject: [PATCH] [GitHub Actions] fix core build (#398) --- .github/workflows/common.yml | 4 ---- build-core.sh | 1 - 2 files changed, 5 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 7f9452c0..aacd2fe5 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -218,10 +218,6 @@ jobs: set -e $ROOT_DIR/mvnw ${{ inputs.verbose && '--debug' || '' }} -T 1.5C -s $ROOT_DIR/.settings.xml deploy -f functions set +e - echo "::notice ::building - function-dependencies" - set -e - $ROOT_DIR/mvnw ${{ inputs.verbose && '--debug' || '' }} -s $ROOT_DIR/.settings.xml deploy -f function-dependencies - set +e echo "::notice ::building - stream-applications-core" set -e $ROOT_DIR/mvnw ${{ inputs.verbose && '--debug' || '' }} -s $ROOT_DIR/.settings.xml deploy -f applications/stream-applications-core diff --git a/build-core.sh b/build-core.sh index 9848a31c..fded550b 100755 --- a/build-core.sh +++ b/build-core.sh @@ -26,5 +26,4 @@ fi # -T 2C ./mvnw $MAVEN_OPT -s ./.settings.xml $MAVEN_GOAL -T 1.5C -f stream-applications-build -U ./mvnw $MAVEN_OPT -s ./.settings.xml $MAVEN_GOAL -T 1.5C -f functions -U -./mvnw $MAVEN_OPT -s ./.settings.xml $MAVEN_GOAL -T 1.5C -f function-dependencies ./mvnw $MAVEN_OPT -s ./.settings.xml $MAVEN_GOAL -T 1.5C -f applications/stream-applications-core -U