Skip to content

Commit

Permalink
fix: Cleanup CI files (#126)
Browse files Browse the repository at this point in the history
Cleanup CI files
Artifact upload doesn't like wildcards and it isn't worth debugging


---------
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus authored Aug 24, 2023
1 parent 2852007 commit 09bcc44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,3 @@ name: "Lint Unit"
jobs:
lint-unit:
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main

pre-release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: ruby
package-name: kitchen-hyperv
version-file: lib/kitchen/driver/hyperv_version.rb
token: ${{ secrets.PUBLISH_WORKFLOW_TOKEN }}
signoff: "Dan Webb <dan.webb@damacus.io>"
changelog-notes-type: github
prerelease: true
8 changes: 0 additions & 8 deletions .github/workflows/please-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
signoff: "Dan Webb <dan.webb@damacus.io>"
changelog-notes-type: github

- name: Upload Release Artifact
if: ${{ steps.release.outputs.release_created }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
find . -name '*.gemspec' -maxdepth 1 -exec gem build {} \;
gh release upload ${{ steps.release.outputs.tag_name }} ./*.gem
publish-to-github:
runs-on: ubuntu-latest
needs: release-please
Expand Down

0 comments on commit 09bcc44

Please sign in to comment.