Fix bindep_file for bindep fallback
The fallback test fails with "Error reading file jenkins/data/bindep-fallback.txt". Add full path to it. Change-Id: I27dda22252fb02d0500851886ab86ef567829898
This commit is contained in:

committed by
Jens Harbott (frickler)

parent
90d919cead
commit
9f420c68f0
@@ -2,4 +2,4 @@
|
||||
roles:
|
||||
- role: bindep
|
||||
bindep_profile: test
|
||||
bindep_file: jenkins/data/bindep-fallback.txt
|
||||
bindep_file: "{{ zuul.project.src_dir }}/jenkins/data/bindep-fallback.txt"
|
||||
|
Reference in New Issue
Block a user