5 Star 29 Fork 44

xiweicheng / tms-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commit-build-no.sh 288 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiweicheng 提交于 2021-09-20 20:04 . 界面优化...
#!/bin/bash
echo "auto commit start"
git add .
git commit -m "界面优化..."
git push origin master
git push github master
sh build-no.sh
cd ../tms
pwd
git add .
git commit -m "合并前端静态打包资源"
git push origin master
git push github master
echo "auto commit end"
JavaScript
1
https://gitee.com/xiweicheng/tms-frontend.git
git@gitee.com:xiweicheng/tms-frontend.git
xiweicheng
tms-frontend
tms-frontend
master

搜索帮助