Remove unecessary files attributes from child jobs

Change-Id: I7f53647ce66c3eaf79258d4d95beb8ea39e2a3ab
This commit is contained in:
Albin Vass 2020-11-07 03:06:58 +01:00
parent 90d263941a
commit 8c1e9b79a1
3 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@
- playbooks/go
- roles/ensure-go
- roles/go
- zuul.d/go-jobs.yaml
vars:
go_command: version

View File

@ -8,7 +8,6 @@
- roles/ensure-packer/.*
- roles/packer/.*
- test-playbooks/packer/.*
- zuul.d/packer-jobs.yaml
- playbooks/packer/.*
vars:
packer_install_dir: '{{ ansible_user_dir }}/packer'

View File

@ -7,7 +7,6 @@
- roles/ensure-terraform/.*
- roles/terraform/.*
- test-playbooks/terraform/.*
- zuul.d/terraform-jobs.yaml
- playbooks/terraform/.*
vars:
zuul_work_dir: '{{ zuul.project.src_dir }}/test-playbooks/terraform'