0.8 Environment Syntax - objects vs list

Is there any advantage/disadvantage to using either syntax:

environment:                                                             
  - VERSION=${DRONE_COMMIT:0:8}                                                                                                                                                                                                      
  - CLUSTER=dev                                                   

environment:                                                             
  VERSION: ${DRONE_COMMIT:0:8}                                                                                                                                                                                                      
  CLUSTER: dev