mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-23 21:39:22 +08:00
sh
This commit is contained in:
parent
24c1f43b2b
commit
eb91b83c83
@ -11,7 +11,7 @@ set +e
|
|||||||
echo "repository: ${repository}"
|
echo "repository: ${repository}"
|
||||||
source ./path_info.cfg
|
source ./path_info.cfg
|
||||||
echo "start to build docker images"
|
echo "start to build docker images"
|
||||||
currentPwd=${pwd}
|
currentPwd=`pwd`
|
||||||
echo ${currentPwd}
|
echo ${currentPwd}
|
||||||
i=0
|
i=0
|
||||||
for path in ${service_source_root[*]}
|
for path in ${service_source_root[*]}
|
||||||
@ -24,7 +24,6 @@ do
|
|||||||
echo "build ${image} success"
|
echo "build ${image} success"
|
||||||
docker push ${image}
|
docker push ${image}
|
||||||
echo "push ${image} success"
|
echo "push ${image} success"
|
||||||
cd ${currentPwd}
|
|
||||||
echo "=============================="
|
echo "=============================="
|
||||||
i=$((i + 1))
|
i=$((i + 1))
|
||||||
cd ${currentPwd}
|
cd ${currentPwd}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user