Sha256: b1cb31081610aa2949c6a0642a03bebc6b90e8e382daeb063643e701e5c7638a
Contents?: true
Size: 579 Bytes
Versions: 4
Compression:
Stored size: 579 Bytes
Contents
# This is a sample build configuration for Ruby. # Check our guides at https://confluence.atlassian.com/x/8r-5Mw for more examples. # Only use spaces to indent your .yml configuration. # ----- # You can specify a custom docker image from Docker Hub as your build environment. image: ruby:2.3.0 pipelines: default: - step: script: # Modify the commands below to build your repository. - bundler --version - bundle install - gem install byebug - gem install rails -v 5.1.2 - gem install sqlite3 - rake test
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
redmine_crm-0.0.36 | bitbucket-pipelines.yml |
redmine_crm-0.0.35 | bitbucket-pipelines.yml |
redmine_crm-0.0.34 | bitbucket-pipelines.yml |
redmine_crm-0.0.33 | bitbucket-pipelines.yml |