Artifact to AFS testing - remove newrev

Avoid

 The error was: 'dict object' has no attribute 'newrev'

by using just zuul.change

Change-Id: Ic08543cd586cb00eda8fcd507e2de49aa69fd19c
This commit is contained in:
Ian Wienand 2020-01-31 13:09:10 +11:00
parent 199ed50389
commit 3928d4828d
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@
- name: Write a dummy artifact file
copy:
content: 'This is an artifact created by {{ zuul.change }}/{{ zuul.patchset }}'
dest: '{{ zuul.executor.work_root }}/artifacts/afs-copy-test/{{ zuul.newrev }}'
dest: '{{ zuul.executor.work_root }}/artifacts/afs-copy-test/{{ zuul.change }}.txt'