From a9bedf6ec51d59f1be23ed6ee62b6c2dfadb586c Mon Sep 17 00:00:00 2001 From: Andrew Leeming Date: Tue, 3 Jan 2017 16:05:28 +0000 Subject: Renaming root project configuration file from project.yaml to project.conf for extra clarity --- tests/pipeline/load/iterate/project.conf | 3 +++ tests/pipeline/load/iterate/project.yaml | 3 --- tests/pipeline/load/simple/project.conf | 3 +++ tests/pipeline/load/simple/project.yaml | 3 --- 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 tests/pipeline/load/iterate/project.conf delete mode 100644 tests/pipeline/load/iterate/project.yaml create mode 100644 tests/pipeline/load/simple/project.conf delete mode 100644 tests/pipeline/load/simple/project.yaml (limited to 'tests/pipeline') diff --git a/tests/pipeline/load/iterate/project.conf b/tests/pipeline/load/iterate/project.conf new file mode 100644 index 000000000..2027cc27a --- /dev/null +++ b/tests/pipeline/load/iterate/project.conf @@ -0,0 +1,3 @@ +# Basic project configuration that doesnt override anything +# +name: pony diff --git a/tests/pipeline/load/iterate/project.yaml b/tests/pipeline/load/iterate/project.yaml deleted file mode 100644 index 2027cc27a..000000000 --- a/tests/pipeline/load/iterate/project.yaml +++ /dev/null @@ -1,3 +0,0 @@ -# Basic project configuration that doesnt override anything -# -name: pony diff --git a/tests/pipeline/load/simple/project.conf b/tests/pipeline/load/simple/project.conf new file mode 100644 index 000000000..2027cc27a --- /dev/null +++ b/tests/pipeline/load/simple/project.conf @@ -0,0 +1,3 @@ +# Basic project configuration that doesnt override anything +# +name: pony diff --git a/tests/pipeline/load/simple/project.yaml b/tests/pipeline/load/simple/project.yaml deleted file mode 100644 index 2027cc27a..000000000 --- a/tests/pipeline/load/simple/project.yaml +++ /dev/null @@ -1,3 +0,0 @@ -# Basic project configuration that doesnt override anything -# -name: pony -- cgit v1.2.1