Update test.yml
This commit is contained in:
2
test.yml
2
test.yml
@@ -37,7 +37,7 @@
|
||||
- name: On verifie les versions git, hub et app
|
||||
fail:
|
||||
msg: La verification de version a échouée.
|
||||
when: (stat_result.stat.exists) and (check_error.stdout_lines != "ok")
|
||||
when: (stat_result.stat.exists) and (check_error.stdout != "ok")
|
||||
|
||||
- name: On execute la commande "docker-compose down"
|
||||
shell:
|
||||
|
||||
Reference in New Issue
Block a user