Skip to content

Commit

Permalink
.github/workflows: update copy job for generate-catalog workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Dec 21, 2023
1 parent e2242e1 commit 7f202ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mkdir -p stable/tasks stable/pipelines
cp -fR tasks/* stable/tasks
cp -fR pipelines/* stable/pipelines
cp -fRv tasks/* stable/tasks
cp -fRv pipelines/* stable/pipelines
go run ./cmd/catalog-cd catalog generate-from \
--name ${{ matrix.name }} \
--url ${{ matrix.url }} \
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/generate-experimental-catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ jobs:
path: p
- name: Copy "partial" catalog ${{ matrix.name }} in publish branch
run: |
pwd && ls -la && ls -la *
cat experimental/tasks/artifacthub-repo.yml
cp -fRv experimental/* p/experimental/
cat p/experimental/tasks/artifacthub-repo.yml
cp -fRv experimental/tasks/* p/experimental/tasks
cp -fRv experimental/pipelines/* p/experimental/pipelines
- name: Add ${{ matrix.type }} from ${{ matrix.name }} to publish branch
working-directory: p
run: |
Expand Down

0 comments on commit 7f202ac

Please sign in to comment.