mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-1462: remove stout
This commit is contained in:
@@ -60,16 +60,6 @@
|
||||
line: '8.5'
|
||||
path: "{{ test_product_version_file }}"
|
||||
mode: 0640
|
||||
- name: List tmp
|
||||
shell: 'cd tmp && ls -al'
|
||||
register: command_output
|
||||
- debug:
|
||||
var: command_output.stdout_lines
|
||||
- name: List hello
|
||||
shell: 'cd tmp/hello && ls -al'
|
||||
register: command_output
|
||||
- debug:
|
||||
var: command_output.stdout_lines
|
||||
- name: "{{ test_pre_step_prefix }} Archive the shared home"
|
||||
archive:
|
||||
path:
|
||||
|
||||
Reference in New Issue
Block a user