From 7b4660d2c92862f02d9dcb41f3c6c08404154a1e Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 7 Jun 2021 02:50:17 +0100 Subject: [PATCH] failed --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf064182..d0a6f4a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,19 +46,6 @@ non_reg: - cd test/yavscTests - ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml -non_reg_html: - stage: test - trigger: - include: - - artifact: test/yavscTests/test-results.xml - job: non_reg - artifacts: - paths: - - test/yavscTests/test-results.html - script: - - cd test/yavscTests - - xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html - release: stage: deploy only: