Merge "Fix install-guide publishing"

This commit is contained in:
Zuul 2017-12-01 19:08:03 +00:00 committed by Gerrit Code Review
commit 479ae09ff4
1 changed files with 3 additions and 1 deletions

View File

@ -14,10 +14,12 @@
- hosts: localhost
roles:
- role: set-service-type-data-fact
when: zuul_success | bool
- role: create-afs-token
when: zuul_success | bool
- role: upload-afs
afs_target: "{{ afs.path }}/project-install-guide/{{ zuul.project.short_name }}"
afs_target: "{{ afs.path }}/project-install-guide/{{ service_type_data.service_type }}"
when: zuul_success | bool
- role: destroy-afs-token
when: zuul_success | bool