trigger
This commit is contained in:
parent
5875530358
commit
7f1207d4cc
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue