Merge "Add -k (insecure) option to curl console logs command"

This commit is contained in:
Jenkins 2017-01-24 14:30:50 +00:00 committed by Gerrit Code Review
commit 265d2b5b36
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- name: fetch and gzip the console log
shell: >
curl {{ lookup('env', 'BUILD_URL') }}/consoleText | gzip > {{ artcl_collect_dir }}/console.txt.gz
curl -k {{ lookup('env', 'BUILD_URL') }}/consoleText | gzip > {{ artcl_collect_dir }}/console.txt.gz
when: lookup('env', 'BUILD_URL') != ""
- name: Retrieve the ARA static playbook report