[GitHub Actions] fix core build (#398)
This commit is contained in:
committed by
GitHub
parent
7b327c7ee3
commit
f5fc049d17
4
.github/workflows/common.yml
vendored
4
.github/workflows/common.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user