Drone build fails with error
yaml: unmarshal errors: line 45: cannot unmarshal !!seq into map[string]*yaml.Variable line 69: cannot unmarshal !!seq into map[string]*yaml.Variable
when environment of the step is an array:
environment:
- RAILS_ENV=test
- SIDEKIQ_REDIS_URL=redis://redis:6379/0
but when environment is an object:
environment:
RAILS_ENV: test
SIDEKIQ_REDIS_URL: redis://redis:6379/0
there is no parsing error.