Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Build failing without any error message

Christoph Ebeling
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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