From 994b3521afc90981d45251285dddefbabe8beec3 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Mon, 2 Oct 2023 16:09:06 +0200 Subject: [PATCH] .github/workflows: adjust stable catalog generation to keep 'local' tasks/pipelines Signed-off-by: Vincent Demeester --- .github/workflows/generate-catalogs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-catalogs.yaml b/.github/workflows/generate-catalogs.yaml index 92f63350..57a911f2 100644 --- a/.github/workflows/generate-catalogs.yaml +++ b/.github/workflows/generate-catalogs.yaml @@ -38,9 +38,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | mkdir -p stable/tasks stable/pipelines + cp -fR tasks/* stable/tasks + cp -fR pipelines/* stable/pipelines go run ./cmd/catalog-cd generate --config ./externals.yaml stable - cp tasks/artifacthub-repo.yml stable/tasks - cp pipelines/artifacthub-repo.yml stable/pipelines - uses: actions/upload-artifact@v3 with: name: stable-catalog-artifact