Skip to content

Commit

Permalink
package build add proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jarviszeng-zjc committed Nov 23, 2021
1 parent 7c84d8a commit f9522a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/package-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

set -e
source_dir=$(cd `dirname $0`; cd ../;cd ../;pwd)
support_modules=(bin conf examples build deploy fate fateflow fateboard eggroll)
support_modules=(bin conf examples build deploy proxy fate fateflow fateboard eggroll)
environment_modules=(python36 jdk pypi)
packaging_modules=()
echo ${source_dir}
Expand Down Expand Up @@ -221,7 +221,7 @@ function packaging_proxy(){
echo "[INFO] package proxy start"
cd c/proxy
mkdir -p ${package_dir}/proxy/nginx
cp -r conf lua ${package_dir}/proxy/nginx
cp -r conf lua ${package_dir}/proxy/nginx/
echo "[INFO] package proxy done"
}

Expand Down

0 comments on commit f9522a8

Please sign in to comment.