Modified gitlab ci
This commit is contained in:
parent
93592950dd
commit
c2953f7f68
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ stages:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script: ./gradlew regressionTests ./gradlew jar && ./gradlew oxt
|
script: ./gradlew regressionTests && ./gradlew jar && ./gradlew oxt
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/distributions/w2phtml.oxt
|
- build/distributions/w2phtml.oxt
|
||||||
|
|
Loading…
Add table
Reference in a new issue