diff options
Diffstat (limited to 'tests/sources/no-fetch-cached/project.conf')
-rw-r--r-- | tests/sources/no-fetch-cached/project.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/sources/no-fetch-cached/project.conf b/tests/sources/no-fetch-cached/project.conf new file mode 100644 index 000000000..af0cec15c --- /dev/null +++ b/tests/sources/no-fetch-cached/project.conf @@ -0,0 +1,8 @@ +# Project with local source plugins +name: no-fetch-cached + +plugins: +- origin: local + path: plugins/sources + sources: + always_cached: 0 |