Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Build failing without any error message

Christoph Ebeling September 15, 2017

Hey, 

my bitbucket pipelines build is failing without any error message. What could be the reason? Here is my config (intendation get's broken when i copy past it). I use sqlite for testing, so no need to setup a database here. 

 

image: ruby:2.4.0

pipelines:
default:
 - step:
caches:
  - bundler
script:
  - bundle install
- bundle exec rake db:create db:migrate
- step:
script:
  - rake spec


definitions:
caches:
bundler: ./vendor

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events