mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-08 12:58:11 +08:00
fix: 调整工具包目录
This commit is contained in:
parent
f0560ddcb5
commit
21df7baea4
0
bin/release.sh → .github/release.sh
vendored
Executable file → Normal file
0
bin/release.sh → .github/release.sh
vendored
Executable file → Normal file
2
bin/split-linux.sh → .github/split-linux.sh
vendored
Executable file → Normal file
2
bin/split-linux.sh → .github/split-linux.sh
vendored
Executable file → Normal file
@ -6,7 +6,7 @@ BASEPATH=$(cd `dirname $0`; cd ../plugin/; pwd)
|
|||||||
REPOS=$@
|
REPOS=$@
|
||||||
function split()
|
function split()
|
||||||
{
|
{
|
||||||
SHA1=`./bin/splitsh-lite-linux --prefix=$1`
|
SHA1=`.github/splitsh-lite-linux --prefix=$1`
|
||||||
git push $2 "$SHA1:refs/heads/$CURRENT_BRANCH" -f
|
git push $2 "$SHA1:refs/heads/$CURRENT_BRANCH" -f
|
||||||
}
|
}
|
||||||
|
|
||||||
0
bin/splitsh-lite-linux → .github/splitsh-lite-linux
vendored
Executable file → Normal file
0
bin/splitsh-lite-linux → .github/splitsh-lite-linux
vendored
Executable file → Normal file
2
.github/workflows/clear.yml
vendored
2
.github/workflows/clear.yml
vendored
@ -22,4 +22,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
python .github/delete_tags_and_releases.py
|
python .github/clear-releases.py
|
||||||
2
.github/workflows/split.yml
vendored
2
.github/workflows/split.yml
vendored
@ -24,4 +24,4 @@ jobs:
|
|||||||
git config pull.rebase true
|
git config pull.rebase true
|
||||||
git config --global user.name "Anyon"
|
git config --global user.name "Anyon"
|
||||||
git config --global user.email "zoujingli@qq.com"
|
git config --global user.email "zoujingli@qq.com"
|
||||||
./bin/split-linux.sh
|
./.github/split-linux.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user