organization
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
cd ../../script/; ./build_all_service.sh
|
cd ../../script/; ./build_all_service.sh
|
||||||
cd ../deploy_k8s/dockerfiles
|
cd ../deploy_k8s/dockerfiles
|
||||||
dockerfile_list=$(ls ../dockerfiles/)
|
dockerfile_list=$(ls ../dockerfiles/)
|
||||||
|
mv ../../bin/* ./
|
||||||
echo "start to build images"
|
echo "start to build images"
|
||||||
|
|
||||||
for dockerfile in $dockerfile_list
|
for dockerfile in $dockerfile_list
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
var2=`echo "hello world"|awk -F ' ' '{print $1}'`
|
||||||
|
echo $var2
|
||||||
Reference in New Issue
Block a user