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

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

@ -31,7 +31,8 @@ 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
environment: environment:
@ -67,4 +68,4 @@ steps:
CODEFIRST_CLIENTDRONE_ENV_MARIADB_PASSWORD: CODEFIRST_CLIENTDRONE_ENV_MARIADB_PASSWORD:
from_secret: db_password from_secret: db_password
ADMINS: remiarnal,enzojolys,othmanebenjelloun ADMINS: remiarnal,enzojolys,othmanebenjelloun
depends_on: [ deploy_api_image ] depends_on: [ deploy_api_image ]

Loading…
Cancel
Save