Skip to content

Commit 0322017

Browse files
committed
fix ci
1 parent a1c195a commit 0322017

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.circleci/config.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,6 @@ jobs:
116116
paths:
117117
- ./src/plugins/nonebot_bison/admin_page/dist/
118118
key: frontend_build_res-{{ checksum "frontend.hash" }}
119-
load-frontend:
120-
docker:
121-
- image: cimg/node:16.13.0
122-
steps:
123-
- attach_workspace:
124-
at: .
125-
- persist_to_workspace:
126-
root: .
127-
paths:
128-
- "./src/plugins/nonebot_bison/admin_page/dist/"
129119
test:
130120
docker:
131121
- image: cimg/python:3.9
@@ -154,6 +144,8 @@ jobs:
154144
- checkout
155145
- attach_workspace:
156146
at: .
147+
- restore_cache:
148+
key: frontend_build_res-{{ checksum "frontend.hash" }}
157149
- run: poetry build
158150
- store_artifacts:
159151
path: "dist"

0 commit comments

Comments
 (0)