mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 16:16:39 +08:00
add test build
This commit is contained in:
parent
4e2e6f8e12
commit
ea2579e6a9
1
.github/workflows/dockerToHub.yml
vendored
1
.github/workflows/dockerToHub.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
|||||||
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
|
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
|
||||||
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 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