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:
Andreas Jaeger
2018-01-05 13:46:45 +01:00
committed by Jens Harbott (frickler)
parent 90d919cead
commit 9f420c68f0

View File

@@ -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"