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