diff --git a/.drone.yml b/.drone.yml index 823a5e4..1249372 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ steps: LIFEPEX_DB: "sqlite://test.db" LIFEPEX_ENV: "test" commands: + - echo this should not be running ! - bundle install --jobs=1 --retry=1 - rake db:migrate - rake test