mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 06:23:44 +08:00
add test build
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user