Skip to content

Commit

Permalink
Merge pull request #1476 from easyops-cn/steve/split
Browse files Browse the repository at this point in the history
fix(): move advanced bricks to next-advanced-bricks
  • Loading branch information
weareoutman authored Jan 12, 2025
2 parents 694d10c + 865c2b7 commit 5915bbe
Show file tree
Hide file tree
Showing 1,670 changed files with 135 additions and 735,596 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,22 @@ jobs:
name: brick-artifacts
path: ci-bricks

- name: Download artifact from next-advanced-bricks
id: download-artifact-from-next-advanced-bricks
uses: dawidd6/action-download-artifact@v7
with:
name: brick-artifacts
path: ci-advanced-bricks
github_token: ${{ secrets.GITHUB_TOKEN }}
repo: easyops-cn/next-advanced-bricks
branch: master
event: push
workflow: ci.yml
workflow_conclusion: ""

- name: Merge bricks
run: cp -r ci-advanced-bricks/* ci-bricks/bricks/

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down Expand Up @@ -190,6 +206,22 @@ jobs:
name: brick-artifacts
path: ci-bricks

- name: Download artifact from next-advanced-bricks
id: download-artifact-from-next-advanced-bricks
uses: dawidd6/action-download-artifact@v7
with:
name: brick-artifacts
path: ci-advanced-bricks
github_token: ${{ secrets.GITHUB_TOKEN }}
repo: easyops-cn/next-advanced-bricks
branch: master
event: push
workflow: ci.yml
workflow_conclusion: ""

- name: Merge bricks
run: cp -r ci-advanced-bricks/* ci-bricks/bricks/

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
Loading

0 comments on commit 5915bbe

Please sign in to comment.