fix ci steps dependency
continuous-integration/drone/push Build is passing Details

pull/3/head
remrem 1 year ago
parent 5e20780cf4
commit 388093f605

@ -31,6 +31,7 @@ steps:
-Dsonar.login=$${SONAR_TOKEN} -Dsonar.login=$${SONAR_TOKEN}
-Dsonar.language=php -Dsonar.language=php
-Dsonar.host.url=https://codefirst.iut.uca.fr/sonar -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar
depends-on: [build_api_image]
- name: deploy_api_image - name: deploy_api_image
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest

Loading…
Cancel
Save