File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed
Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -206,22 +206,6 @@ jobs:
206206 name : brick-artifacts
207207 path : ci-bricks
208208
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/* ci-bricks/bricks/
224-
225209 - name : Get yarn cache directory path
226210 id : yarn-cache-dir-path
227211 run : echo "::set-output name=dir::$(yarn cache dir)"
Original file line number Diff line number Diff line change 11/** @type {import("@next-core/brick-container").DevConfig } */
22export default {
33 brickFolders : [
4- "ci-bricks/bricks"
4+ "node_modules/@next-bricks" ,
5+ "ci-bricks/bricks" ,
56 ] ,
67 sizeCheckFilter ( brick , pkgId ) {
78 return (
You can’t perform that action at this time.
0 commit comments