Skip to content

Commit

Permalink
fix pipeline, remove scannerwork files
Browse files Browse the repository at this point in the history
  • Loading branch information
cadgerfeast committed Jan 21, 2021
1 parent 1a9e48a commit 5f28089
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@ jobs:
echo ::set-output name=SHOULD_RELEASE::true
fi
- name: Fix Coverage Paths
if: ${{github.event_name == 'push' && steps.env.outputs.SHOULD_RELEASE == 'true'}}
if: github.event_name == 'push' && steps.env.outputs.SHOULD_RELEASE == 'true'
working-directory: ./coverage
run: |
sed -i 's/\/home\/runner\/work\/vue-konami\/vue-konami\//\/github\/workspace\//g' lcov.info
sed -i 's/\/home\/runner\/work\/vue-konami\/vue-konami\//\/github\/workspace\//g' clover.xml
- name: Sonar
if: ${{github.event_name == 'push' && steps.env.outputs.SHOULD_RELEASE == 'true'}}
if: github.event_name == 'push' && steps.env.outputs.SHOULD_RELEASE == 'true'
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: Status
run: git status
- name: Release
if: ${{github.event_name == 'push' && steps.env.outputs.SHOULD_RELEASE == 'true'}}
if: github.event_name == 'push' && steps.env.outputs.SHOULD_RELEASE == 'true'
run: npx release-it --ci --verbose --disable-metrics --increment=${{steps.env.outputs.VERSION}}
env:
GIT_AUTHOR_NAME: Github Action
Expand Down
1 change: 1 addition & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"git": {
"requireBranch": "master",
"addUntrackedFiles": true,
"requireCleanWorkingDir": false,
"commitMessage": "Release vue-konami@${version}",
"changelog": "npx auto-changelog --hide-credit --package --stdout --commit-limit false --unreleased --template ./devops/changelog/release.hbs"
},
Expand Down
Empty file removed .scannerwork/.sonar_lock
Empty file.
7 changes: 0 additions & 7 deletions .scannerwork/report-task.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 5f28089

Please sign in to comment.