From e7a2955db5578582689a0c82c58cb4fac147a67f Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Mon, 10 Oct 2022 08:47:50 +0700 Subject: [PATCH] move folder because refex --- .github/workflows/autobuild.yml | 2 +- anda/{moby-extras => }/moby-buildx/anda.hcl | 0 anda/{moby-extras => }/moby-buildx/moby-buildx.spec | 0 anda/{moby-extras => }/moby-compose/anda.hcl | 0 anda/{moby-extras => }/moby-compose/moby-compose.spec | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename anda/{moby-extras => }/moby-buildx/anda.hcl (100%) rename anda/{moby-extras => }/moby-buildx/moby-buildx.spec (100%) rename anda/{moby-extras => }/moby-compose/anda.hcl (100%) rename anda/{moby-extras => }/moby-compose/moby-compose.spec (100%) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 6e5040dec0..74c6839f1b 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -31,7 +31,7 @@ jobs: id: generate_build_matrix # generate build matrix by checking out changes in anda/ run: | - # get the list of changed folders in the current commit + # get the list of changed folders in the current commit, including subfolders changed_folders=$(git diff --name-only HEAD^ | grep -oP 'anda/\K[^/]*' | sort -u ) echo "Changed folders: $changed_folders" # if changed_folders is empty then set is empty to true diff --git a/anda/moby-extras/moby-buildx/anda.hcl b/anda/moby-buildx/anda.hcl similarity index 100% rename from anda/moby-extras/moby-buildx/anda.hcl rename to anda/moby-buildx/anda.hcl diff --git a/anda/moby-extras/moby-buildx/moby-buildx.spec b/anda/moby-buildx/moby-buildx.spec similarity index 100% rename from anda/moby-extras/moby-buildx/moby-buildx.spec rename to anda/moby-buildx/moby-buildx.spec diff --git a/anda/moby-extras/moby-compose/anda.hcl b/anda/moby-compose/anda.hcl similarity index 100% rename from anda/moby-extras/moby-compose/anda.hcl rename to anda/moby-compose/anda.hcl diff --git a/anda/moby-extras/moby-compose/moby-compose.spec b/anda/moby-compose/moby-compose.spec similarity index 100% rename from anda/moby-extras/moby-compose/moby-compose.spec rename to anda/moby-compose/moby-compose.spec