Sha256: dbf83a24a60e53e95cc7fdf67a7c30536061f99b6a97582ceb58a81e084b6d3d

Contents?: true

Size: 461 Bytes

Versions: 2

Compression:

Stored size: 461 Bytes

Contents

image: ruby:2.1.10

variables:
  RACK_ENV: "test"
  RAILS_ENV: "test"
  MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
  SSH_AUTH_SOCK: "/ssh-agent"

before_script:
  - echo "Europe/Berlin" | tee /etc/timezone
  - dpkg-reconfigure --frontend noninteractive tzdata
  - mkdir -p /root/.ssh && ssh-keyscan -H codevault.io > /root/.ssh/known_hosts 2>/dev/null
  - bundle config jobs 8
  - bundle install --path=/tmp/bundler --quiet

rubocop:
  script:
    - bundle exec rubocop

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sentry_real_ip-1.1.1 .gitlab-ci.yml
sentry_real_ip-1.1.0 .gitlab-ci.yml