File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 cache : maven
2222 - name : Build maven-osgi-bundles
2323 working-directory : ./cs-studio
24- run : mvn verify -T8 - f maven-osgi-bundles/pom.xml -Dcs-studio=false -Declipse=false -Dtycho.localArtifacts=ignore
24+ run : mvn verify -f maven-osgi-bundles/pom.xml -Dcs-studio=false -Declipse=false -Dtycho.localArtifacts=ignore
2525 - name : Build cs-studio
2626 working-directory : ./cs-studio
27- run : mvn verify -T8 - Dcs-studio=false -Declipse=false -Dtycho.localArtifacts=ignore -Dcsstudio.composite.repo=p2repo -DskipTests=true
27+ run : mvn verify -Dcs-studio=false -Declipse=false -Dtycho.localArtifacts=ignore -Dcsstudio.composite.repo=p2repo -DskipTests=true
2828 - name : Upload products
2929 uses : actions/upload-artifact@v4
3030 with :
You can’t perform that action at this time.
0 commit comments