Update test.yml

This commit is contained in:
donotos
2022-03-30 14:04:39 +02:00
parent c184f6ee70
commit dc0703b95e

View File

@@ -37,7 +37,7 @@
- name: On verifie les versions git, hub et app - name: On verifie les versions git, hub et app
fail: fail:
msg: La verification de version a échouée. msg: La verification de version a échouée.
when: (stat_result.stat.exists) and (check_error != "ok") when: (stat_result.stat.exists) and (check_error != ok)
- name: On execute la commande "docker-compose down" - name: On execute la commande "docker-compose down"
shell: shell: