From c48e353575cf4f1e5aa56d15bf07d7967eb4dd14 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 29 Nov 2020 23:21:37 +0300 Subject: bye-bye, Travis --- .ci/src/%DEST%/1.txt | 1 + .ci/src/%DEST%/bar/3.txt | 1 + .ci/src/%DEST%/bar/baz/4.txt | 1 + .ci/src/%DEST%/foo/2.txt | 1 + 4 files changed, 4 insertions(+) create mode 100644 .ci/src/%DEST%/1.txt create mode 100644 .ci/src/%DEST%/bar/3.txt create mode 100644 .ci/src/%DEST%/bar/baz/4.txt create mode 100644 .ci/src/%DEST%/foo/2.txt (limited to '.ci/src/%DEST%') diff --git a/.ci/src/%DEST%/1.txt b/.ci/src/%DEST%/1.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.ci/src/%DEST%/1.txt @@ -0,0 +1 @@ +1 diff --git a/.ci/src/%DEST%/bar/3.txt b/.ci/src/%DEST%/bar/3.txt new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/.ci/src/%DEST%/bar/3.txt @@ -0,0 +1 @@ +3 diff --git a/.ci/src/%DEST%/bar/baz/4.txt b/.ci/src/%DEST%/bar/baz/4.txt new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/.ci/src/%DEST%/bar/baz/4.txt @@ -0,0 +1 @@ +4 diff --git a/.ci/src/%DEST%/foo/2.txt b/.ci/src/%DEST%/foo/2.txt new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/.ci/src/%DEST%/foo/2.txt @@ -0,0 +1 @@ +2 -- cgit v1.2.3