mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
fix conditionals
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
- atl_proxy_name is defined
|
- atl_proxy_name is defined
|
||||||
- atl_tomcat_scheme is defined
|
- atl_tomcat_scheme is defined
|
||||||
- db_created is undefined or not db_created.changed
|
- db_created is undefined or not db_created.changed
|
||||||
- atl_jdbc_engine_map[atl_db_engine] is 'postgres'
|
- atl_jdbc_engine_map[atl_db_engine] == 'postgres'
|
||||||
tags:
|
tags:
|
||||||
- skip_on_stack_update
|
- skip_on_stack_update
|
||||||
ignore_errors: yes # For Molecule as it has no db test framework included
|
ignore_errors: yes # For Molecule as it has no db test framework included
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
- atl_proxy_name is defined
|
- atl_proxy_name is defined
|
||||||
- atl_tomcat_scheme is defined
|
- atl_tomcat_scheme is defined
|
||||||
- db_created is undefined or not db_created.changed
|
- db_created is undefined or not db_created.changed
|
||||||
- atl_jdbc_engine_map[atl_db_engine] is 'mysql'
|
- atl_jdbc_engine_map[atl_db_engine] == 'mysql'
|
||||||
tags:
|
tags:
|
||||||
- skip_on_stack_update
|
- skip_on_stack_update
|
||||||
ignore_errors: yes # For Molecule as it has no db test framework included
|
ignore_errors: yes # For Molecule as it has no db test framework included
|
||||||
|
|||||||
Reference in New Issue
Block a user