Commit 2aaeb300 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Merge branch 'fix-gem-deploy' into 'master'

Fixed automated deploy

See merge request gitlab-org/labkit-ruby!2
parents 2760a13b 7acb3d0b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ test:2.4:
deploy:
  stage: deploy
  script:
    - mkdir -p ~/.gem/
    - "printf '---\n:rubygems_api_key: $RUBYGEMS_API_KEY\n' > ~/.gem/credentials"
    - bundle install
    - bundle exec rake release[remote]