mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
organization
This commit is contained in:
parent
c7b1d4514f
commit
9557baf22a
@ -26,7 +26,7 @@
|
||||
cd ../../script/; ./build_all_service.sh
|
||||
cd ../deploy_k8s/dockerfiles
|
||||
dockerfile_list=$(ls ../dockerfiles/)
|
||||
|
||||
mv ../../bin/* ./
|
||||
echo "start to build images"
|
||||
|
||||
for dockerfile in $dockerfile_list
|
||||
|
2
deploy_k8s/script/test.sh
Normal file
2
deploy_k8s/script/test.sh
Normal file
@ -0,0 +1,2 @@
|
||||
var2=`echo "hello world"|awk -F ' ' '{print $1}'`
|
||||
echo $var2
|
Loading…
x
Reference in New Issue
Block a user