diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 17:04:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 17:04:52 +0300 |
commit | 699532ea1831abe3671e671b9190ee1b82f09580 (patch) | |
tree | b24e3bb7f35568dd2d23e1dc2ef58427ef8111ee | |
parent | workflows/ci: rename to "CI" (diff) | |
download | config-links-699532ea1831abe3671e671b9190ee1b82f09580.tar.gz config-links-699532ea1831abe3671e671b9190ee1b82f09580.zip |
.ci/ -> test/v1.0.1
-rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
-rw-r--r-- | test/dest/1.txt (renamed from .ci/dest/1.txt) | 0 | ||||
-rw-r--r-- | test/dest/bar/3.txt (renamed from .ci/dest/bar/3.txt) | 0 | ||||
-rw-r--r-- | test/src/%DEST%/1.txt (renamed from .ci/src/%DEST%/1.txt) | 0 | ||||
-rw-r--r-- | test/src/%DEST%/bar/3.txt (renamed from .ci/src/%DEST%/bar/3.txt) | 0 | ||||
-rw-r--r-- | test/src/%DEST%/bar/baz/4.txt (renamed from .ci/src/%DEST%/bar/baz/4.txt) | 0 | ||||
-rw-r--r-- | test/src/%DEST%/foo/2.txt (renamed from .ci/src/%DEST%/foo/2.txt) | 0 | ||||
-rwxr-xr-x | test/test.sh (renamed from .ci/test.sh) | 0 |
8 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff4a3f..41563bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,4 +13,4 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Test - run: ./.ci/test.sh + run: ./test/test.sh diff --git a/.ci/dest/1.txt b/test/dest/1.txt index 3a2e3f4..3a2e3f4 100644 --- a/.ci/dest/1.txt +++ b/test/dest/1.txt diff --git a/.ci/dest/bar/3.txt b/test/dest/bar/3.txt index a83d1d5..a83d1d5 100644 --- a/.ci/dest/bar/3.txt +++ b/test/dest/bar/3.txt diff --git a/.ci/src/%DEST%/1.txt b/test/src/%DEST%/1.txt index d00491f..d00491f 100644 --- a/.ci/src/%DEST%/1.txt +++ b/test/src/%DEST%/1.txt diff --git a/.ci/src/%DEST%/bar/3.txt b/test/src/%DEST%/bar/3.txt index 00750ed..00750ed 100644 --- a/.ci/src/%DEST%/bar/3.txt +++ b/test/src/%DEST%/bar/3.txt diff --git a/.ci/src/%DEST%/bar/baz/4.txt b/test/src/%DEST%/bar/baz/4.txt index b8626c4..b8626c4 100644 --- a/.ci/src/%DEST%/bar/baz/4.txt +++ b/test/src/%DEST%/bar/baz/4.txt diff --git a/.ci/src/%DEST%/foo/2.txt b/test/src/%DEST%/foo/2.txt index 0cfbf08..0cfbf08 100644 --- a/.ci/src/%DEST%/foo/2.txt +++ b/test/src/%DEST%/foo/2.txt diff --git a/.ci/test.sh b/test/test.sh index 37167ec..37167ec 100755 --- a/.ci/test.sh +++ b/test/test.sh |