mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
add test build
This commit is contained in:
parent
faa761c990
commit
bb4552f40a
1
.github/workflows/dockerToHub.yml
vendored
1
.github/workflows/dockerToHub.yml
vendored
@ -32,7 +32,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git remote add gitlab https://${GITLAB_USERNAME}:${GITLAB_PASSWORD}@gitlab.si.icu/${GITHUB_REPOSITORY}.git
|
git remote add gitlab https://${GITLAB_USERNAME}:${GITLAB_PASSWORD}@gitlab.si.icu/${GITHUB_REPOSITORY}.git
|
||||||
git fetch --unshallow gitlab
|
git fetch --unshallow gitlab
|
||||||
git pull gitlab main --rebase
|
|
||||||
git push gitlab main --force # 强制推送以覆盖目标分支内容,可根据需要调整
|
git push gitlab main --force # 强制推送以覆盖目标分支内容,可根据需要调整
|
||||||
|
|
||||||
# - name: Set up SSH key
|
# - name: Set up SSH key
|
||||||
|
Loading…
Reference in New Issue
Block a user