]> Nishi Git Mirror - gwion.git/commitdiff
use html dir
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 17 Feb 2020 19:47:46 +0000 (20:47 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 17 Feb 2020 19:47:46 +0000 (20:47 +0100)
.github/workflows/coverage.yml

index 314091764316a5b50c0744ed7ba92c9cf2bf9f0d..7fd076af023f11e8b643389068b38790426aa4ee 100644 (file)
@@ -66,10 +66,6 @@ jobs:
 
     - name: Push Report
       run: |
-        echo ${{ github.GITHUB_REF }}
-        git rev-parse --abbrev-ref HEAD
-        [ $(git rev-parse --abbrev-ref HEAD) = "master" ] && echo lol
-        [ $(git rev-parse --abbrev-ref HEAD) = "master" ] || exit 0
         cd gwion-coverage-report
         git config --local user.email "action@github.com"
         git config --local user.name "GitHub Action"