Skip to content

Commit

Permalink
.github/workflows: adjust stable catalog generation to keep 'local' t…
Browse files Browse the repository at this point in the history
…asks/pipelines

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Oct 2, 2023
1 parent e0f5b7d commit 994b352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 994b352

Please sign in to comment.