Sha256: 68344eb73451a58548a42af16f006d9d350c5872a7cfa0cd1f4ac1badc037924
Contents?: true
Size: 471 Bytes
Versions: 1
Compression:
Stored size: 471 Bytes
Contents
image: thepry/docker-ruby-ci:2.4.2-latest before_script: - bundle install --jobs $(nproc) --path vendor "${FLAGS[@]}" rubocop: stage: test script: - bundle exec rubocop rspec: stage: test script: - bundle exec rspec cache: key: 'delorean_bundler_cache' paths: - vendor/ruby variables: GIT_SSL_NO_VERIFY: "true" BUNDLER_VERSION: "2.0.1" POSTGRES_USER: "runner" POSTGRES_PASSWORD: "" RAILS_ENV: "test" RAILS_DUMP_SCHEMA: "false"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
delorean_lang-0.5.2 | .gitlab-ci.yml |