build-tools
This commit is contained in:
parent
c5529b33f9
commit
4e6c1c6a56
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@ -63,6 +63,7 @@ on:
|
||||
- master
|
||||
- 0.*.x
|
||||
- pr/**/ci
|
||||
- ci-*
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
|
||||
|
5
build-tools/del-rel-dep.sh
Normal file
5
build-tools/del-rel-dep.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
find examples/ -depth -type f -name '*.toml' -exec sed -i '/^path = "..\/..\/..\/sea-orm-migration"/d' {} \;
|
||||
find examples/ -depth -type f -name '*.toml' -exec sed -i '/^path = "..\/..\/..\/"/d' {} \;
|
Loading…
x
Reference in New Issue
Block a user