Use zuul.executor.work_root for add-build-sshkey
Now that zuul.executor.work_root is live, we can stop using a relative path for our ssh private key. Change-Id: I7d8deab60724fb62a18dc0c5fb4eec57056552c7 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
e59abec7a3
commit
31fe71d04d
@ -1 +1 @@
|
||||
zuul_temp_ssh_key: "{{ zuul.executor.src_root }}/../{{ zuul.build }}_id_rsa"
|
||||
zuul_temp_ssh_key: "{{ zuul.executor.work_root }}/{{ zuul.build }}_id_rsa"
|
||||
|
Loading…
Reference in New Issue
Block a user