diff options
Diffstat (limited to 'job-cfg/d-i.yaml.py')
-rwxr-xr-x | job-cfg/d-i.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index f9b472b2..0e25e10c 100755 --- a/job-cfg/d-i.yaml.py +++ b/job-cfg/d-i.yaml.py @@ -387,7 +387,7 @@ for f in ['html', 'pdf']: data.append(gen_default( name='{name}-{act}')) data.append(gen_default( name='{name}-pu-{act}', - downstream=[{'project': 'd-i_pu-triggered_debian-installer','predefined-parameters': 'TRIGGERING_BRANCH=$OUR_BRANCH'}], + downstream=[{'project': 'd-i_pu-triggered_debian-installer', 'predefined-parameters': 'TRIGGERING_BRANCH=$OUR_BRANCH'}], envfile='env.txt', )) data.append(gen_default( |