From 699532ea1831abe3671e671b9190ee1b82f09580 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Aug 2021 17:04:52 +0300 Subject: .ci/ -> test/ --- test/src/%DEST%/1.txt | 1 + test/src/%DEST%/bar/3.txt | 1 + test/src/%DEST%/bar/baz/4.txt | 1 + test/src/%DEST%/foo/2.txt | 1 + 4 files changed, 4 insertions(+) create mode 100644 test/src/%DEST%/1.txt create mode 100644 test/src/%DEST%/bar/3.txt create mode 100644 test/src/%DEST%/bar/baz/4.txt create mode 100644 test/src/%DEST%/foo/2.txt (limited to 'test/src') diff --git a/test/src/%DEST%/1.txt b/test/src/%DEST%/1.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/test/src/%DEST%/1.txt @@ -0,0 +1 @@ +1 diff --git a/test/src/%DEST%/bar/3.txt b/test/src/%DEST%/bar/3.txt new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/test/src/%DEST%/bar/3.txt @@ -0,0 +1 @@ +3 diff --git a/test/src/%DEST%/bar/baz/4.txt b/test/src/%DEST%/bar/baz/4.txt new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/test/src/%DEST%/bar/baz/4.txt @@ -0,0 +1 @@ +4 diff --git a/test/src/%DEST%/foo/2.txt b/test/src/%DEST%/foo/2.txt new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/test/src/%DEST%/foo/2.txt @@ -0,0 +1 @@ +2 -- cgit v1.2.3