[GitHub Actions] fix core build (#398)

This commit is contained in:
Corneil du Plessis
2022-10-26 14:33:35 +02:00
committed by GitHub
parent 7b327c7ee3
commit f5fc049d17
2 changed files with 0 additions and 5 deletions

View File

@@ -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

View File

@@ -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