Commit 39034fa08aecfc979875f5f22a169fa72501a571

Authored by 王家文
1 parent 89074b84
Exists in master

feat✨:配置框架重构回滚

Showing 2 changed files with 0 additions and 12 deletions   Show diff stats
sh/prod/auto.sh
1 # !/bin/bash 1 # !/bin/bash
2 binname=$1 2 binname=$1
3 3
4 -sh /sh/apigame/conf.sh  
5 -if [ $? -ne 0 ];then  
6 - exit 4  
7 -fi  
8 -  
9 sh /sh/apigame/build.sh apigame 4 sh /sh/apigame/build.sh apigame
10 if [ $? -ne 0 ];then 5 if [ $? -ne 0 ];then
11 exit 1 6 exit 1
sh/prod/conf.sh
@@ -1,7 +0,0 @@ @@ -1,7 +0,0 @@
1 - # !/bin/bash  
2 -scdir=/code/go/apigame/src/conf/bytes  
3 -descdir=/goexec/exec/apigame  
4 -  
5 -cp -r $scdir $descdir  
6 -  
7 -exit 0