We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c195a commit 0322017Copy full SHA for 0322017
.circleci/config.yml
@@ -116,16 +116,6 @@ jobs:
116
paths:
117
- ./src/plugins/nonebot_bison/admin_page/dist/
118
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/"
129
test:
130
docker:
131
- image: cimg/python:3.9
@@ -154,6 +144,8 @@ jobs:
154
144
- checkout
155
145
- attach_workspace:
156
146
at: .
147
+ - restore_cache:
148
+ key: frontend_build_res-{{ checksum "frontend.hash" }}
157
149
- run: poetry build
158
150
- store_artifacts:
159
151
path: "dist"
0 commit comments