mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 02:16:16 +08:00
sh
This commit is contained in:
parent
685511981a
commit
39fd6e5407
@ -15,8 +15,6 @@ currentPwd=${pwd}
|
|||||||
i=0
|
i=0
|
||||||
for path in ${service_source_root[*]}
|
for path in ${service_source_root[*]}
|
||||||
do
|
do
|
||||||
cd ${path}
|
|
||||||
make build
|
|
||||||
image="${repository}/${image_names[${i}]}:$version"
|
image="${repository}/${image_names[${i}]}:$version"
|
||||||
echo ${image}
|
echo ${image}
|
||||||
docker build -t $image . -f ${path}/deploy.Dockerfile
|
docker build -t $image . -f ${path}/deploy.Dockerfile
|
||||||
@ -25,8 +23,6 @@ do
|
|||||||
echo "push ${image} success"
|
echo "push ${image} success"
|
||||||
echo "=============================="
|
echo "=============================="
|
||||||
i=$((i + 1))
|
i=$((i + 1))
|
||||||
rm -rf ${service_names[${i}]}
|
|
||||||
cd ${currentPwd}
|
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "build all images success"
|
echo "build all images success"
|
Loading…
x
Reference in New Issue
Block a user