Fix collect/upload logs for CoreOS

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya
2016-11-16 11:30:00 +01:00
parent af3823bced
commit 952191db99
3 changed files with 3 additions and 4 deletions

View File

@@ -8,12 +8,12 @@
tasks:
- name: Generate uniq bucket name prefix
shell: date +%Y%m%d
raw: date +%Y%m%d
register: out
- name: replace_test_id
set_fact:
test_name: "kargo-ci-{{ out.stdout }}"
test_name: "kargo-ci-{{ out.stdout_lines[0] }}"
- set_fact:
file_name: "{{ostype}}-{{kube_network_plugin}}-{{commit}}-logs.tar.gz"