Sha256: 625a1074bc01b3e7d7a7f5d4ca384adec455862fca64c88a918399fe0d8aa431

Contents?: true

Size: 351 Bytes

Versions: 1

Compression:

Stored size: 351 Bytes

Contents

test:
  post:
    - bundle exec rubocop

deployment:
  rubygems:
    tag: /^v\d.+/
    commands:
      - "gem build $CIRCLE_PROJECT_REPONAME.gemspec"
      - 'echo :rubygems_api_key: ${RUBYGEMS_API_KEY} >  ~/.gem/credentials'
      - "chmod 0600 ~/.gem/credentials"
      - "gem push $CIRCLE_PROJECT_REPONAME-$(echo $CIRCLE_TAG | sed -e 's/v//').gem"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-claymore-1.0.0 circle.yml