trigger
This commit is contained in:
@ -47,10 +47,13 @@ non_reg_html:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- test/yavscTests/test-results.html
|
- test/yavscTests/test-results.html
|
||||||
when: always
|
|
||||||
script:
|
script:
|
||||||
- cd test/yavscTests
|
- cd test/yavscTests
|
||||||
- xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html
|
- xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html
|
||||||
|
trigger:
|
||||||
|
include:
|
||||||
|
- artifact: test/yavscTests/test-results.xml
|
||||||
|
job: non_reg
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
Reference in New Issue
Block a user