Add space
This commit is contained in:
parent
9c93305ff6
commit
c4f4855257
4
.github/workflows/platform_natives.yaml
vendored
4
.github/workflows/platform_natives.yaml
vendored
@ -201,7 +201,7 @@ jobs:
|
|||||||
-Drevision=$REVISION \
|
-Drevision=$REVISION \
|
||||||
-Dclassifier=$TYPE \
|
-Dclassifier=$TYPE \
|
||||||
-Dnative.type.classifier="$TYPE"
|
-Dnative.type.classifier="$TYPE"
|
||||||
if [[ "$TYPE" == "linux-amd64-ssl1"]]; then
|
if [[ "$TYPE" == "linux-amd64-ssl1" ]]; then
|
||||||
mvn -B org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file -Durl=https://mvn.mchv.eu/repository/mchv-snapshot \
|
mvn -B org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file -Durl=https://mvn.mchv.eu/repository/mchv-snapshot \
|
||||||
-DrepositoryId=mchv-snapshot-distribution \
|
-DrepositoryId=mchv-snapshot-distribution \
|
||||||
-Dfile=natives/.ci-friendly-pom.xml \
|
-Dfile=natives/.ci-friendly-pom.xml \
|
||||||
@ -237,7 +237,7 @@ jobs:
|
|||||||
-Drevision=$REVISION \
|
-Drevision=$REVISION \
|
||||||
-Dclassifier=$TYPE \
|
-Dclassifier=$TYPE \
|
||||||
-Dnative.type.classifier="$TYPE"
|
-Dnative.type.classifier="$TYPE"
|
||||||
if [[ "$TYPE" == "linux-amd64-ssl1"]]; then
|
if [[ "$TYPE" == "linux-amd64-ssl1" ]]; then
|
||||||
mvn -B org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file -Durl=https://mvn.mchv.eu/repository/mchv \
|
mvn -B org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file -Durl=https://mvn.mchv.eu/repository/mchv \
|
||||||
-DrepositoryId=mchv-release-distribution \
|
-DrepositoryId=mchv-release-distribution \
|
||||||
-Dfile=natives/.ci-friendly-pom.xml \
|
-Dfile=natives/.ci-friendly-pom.xml \
|
||||||
|
Loading…
Reference in New Issue
Block a user