Selaa lähdekoodia

推送政务云脚本:需要可以访问紫光云,政务云的机器上执行。

wyb 3 kuukautta sitten
vanhempi
commit
f0ba1a6bbe
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      pushZhengWuYun.bat

+ 8 - 0
pushZhengWuYun.bat

@@ -0,0 +1,8 @@
1
+:: 设置政务云远程
2
+git remote add zhengwuyun http://172.18.93.254:8080/depot-qinghai/depot-agent-qinghai.git
3
+:: 强制切换紫光云远程master分支
4
+git checkout -B master --end-of-options remotes/origin/master --
5
+:: 拉取紫光云远程master代码
6
+git pull origin master
7
+:: 推送到政务云远程
8
+git push zhengwuyun master:main -f