Sha256: 5701e73f4c9e481e8cf0ca18c9067c8a6a7521002aabd7d73536bba9152fac0b
Contents?: true
Size: 633 Bytes
Versions: 7
Compression:
Stored size: 633 Bytes
Contents
image: "ruby:2.6" cache: paths: - vendor/bundle/ stages: - test - deploy test: stage: test script: - gem install bundler - bundle --path vendor/bundle - bundle exec rake spec artifacts: paths: - rspec.xml reports: junit: rspec.xml deploy: stage: deploy only: - tags before_script: - 'mkdir ~/.gem && echo -e "---\r\n:rubygems_api_key: $RUBYGEMS_API_KEY" > ~/.gem/credentials && chmod 0600 ~/.gem/credentials' script: - gem install bundler - bundle --path vendor/bundle - bundle exec rake build - gem push pkg/danger-gitlab_reviewbot-${CI_COMMIT_TAG}.gem
Version data entries
7 entries across 7 versions & 1 rubygems