diff --git a/.drone.yml b/.drone.yml index c9413d5..a4f8a74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ steps: # accessible en ligne de commande par $${PLUGIN_SONAR_TOKEN} sonar_token: from_secret: SECRET_SONAR_LOGIN - depends on: [tests] + depends_on: [tests] # docker image build - name: docker-build