Skip to content

Commit aa8ef28

Browse files
authored
Feat/support event db mgr (#584)
* feat: add doc store * feat: add index * test: add index test case * fix: update the error report * feat: upgrade version * fix: revert the key and case * feat: add delete event db * fix: revert evm key * fix: fix the meta and reconnect bug * feat: update docker release cd * feat: update the readme * feat: update release * fix:update the cd config * feat: add make
1 parent ae80078 commit aa8ef28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_release_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
test -e ${ROOT_DIR}/metadata/artifacts/contracts/libraries/Events.sol/Events.json && cp -f ${ROOT_DIR}/metadata/artifacts/contracts/libraries/Events.sol/Events.json ${ROOT_DIR}/abi/
3636
cd ${ROOT_DIR} && cargo build --release
3737
cp ${ROOT_DIR}/target/release/db3 ${ROOT_DIR}/docker/
38-
cd ${ROOT_DIR}/sdk && yarn && yarn build && yarn link
38+
cd ${ROOT_DIR}/sdk && yarn && make && yarn build && yarn link
3939
cd ${ROOT_DIR}/thirdparty/data-manager && yarn && yarn link db3.js && yarn build && mv -f dist ${ROOT_DIR}/docker/pages
4040
- name: docker login
4141
uses: docker/login-action@v1

0 commit comments

Comments
 (0)