Skip to content

Commit

Permalink
ruby3.2-version_gem: remove signing key and add test
Browse files Browse the repository at this point in the history
Signed-off-by: Dentrax <furkan.turkal@chainguard.dev>
  • Loading branch information
Dentrax committed Sep 8, 2024
1 parent 4eb71a1 commit 895bca7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ruby3.2-version_gem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ruby3.2-version_gem
version: 1.1.4
epoch: 0
version: 1.1.0
epoch: 1
description: Versions are good. Versions are cool. Versions will win.
copyright:
- license: MIT
Expand All @@ -23,6 +23,8 @@ pipeline:
tag: v${{package.version}}
repository: https://gitlab.com/oauth-xx/version_gem

- runs: sed -i '/signing_key/d' ${{vars.gem}}.gemspec

- uses: ruby/build
with:
gem: ${{vars.gem}}
Expand All @@ -42,3 +44,7 @@ update:
git:
strip-prefix: v
tag-filter-prefix: v

test:
pipeline:
- runs: ruby -e "require 'version_gem'"

0 comments on commit 895bca7

Please sign in to comment.