Skip to content

Commit a775ebb

Browse files
committed
fix(): move advanced bricks to next-advanced-bricks
1 parent 694d10c commit a775ebb

File tree

1,670 files changed

+135
-735596
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,670 files changed

+135
-735596
lines changed

.github/workflows/ci.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,22 @@ jobs:
128128
name: brick-artifacts
129129
path: ci-bricks
130130

131+
- name: Download artifact from next-advanced-bricks
132+
id: download-artifact-from-next-advanced-bricks
133+
uses: dawidd6/action-download-artifact@v7
134+
with:
135+
name: brick-artifacts
136+
path: ci-advanced-bricks
137+
github_token: ${{ secrets.GITHUB_TOKEN }}
138+
repo: easyops-cn/next-advanced-bricks
139+
branch: master
140+
event: push
141+
workflow: ci.yml
142+
workflow_conclusion: ""
143+
144+
- name: Merge bricks
145+
run: cp -r ci-advanced-bricks/bricks/* ci-bricks/bricks/
146+
131147
- name: Get yarn cache directory path
132148
id: yarn-cache-dir-path
133149
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -190,6 +206,22 @@ jobs:
190206
name: brick-artifacts
191207
path: ci-bricks
192208

209+
- name: Download artifact from next-advanced-bricks
210+
id: download-artifact-from-next-advanced-bricks
211+
uses: dawidd6/action-download-artifact@v7
212+
with:
213+
name: brick-artifacts
214+
path: ci-advanced-bricks
215+
github_token: ${{ secrets.GITHUB_TOKEN }}
216+
repo: easyops-cn/next-advanced-bricks
217+
branch: master
218+
event: push
219+
workflow: ci.yml
220+
workflow_conclusion: ""
221+
222+
- name: Merge bricks
223+
run: cp -r ci-advanced-bricks/bricks/* ci-bricks/bricks/
224+
193225
- name: Get yarn cache directory path
194226
id: yarn-cache-dir-path
195227
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)