Skip to content

Commit

Permalink
Add template for frontend (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 committed Apr 7, 2021
1 parent be9e82f commit 90095c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ JAVA_OPT="-server -verbose:gc -Xloggc:./gc.log -XX:+PrintGCDetails -XX:+PrintGCD

REPLACE_SCHEMA_PATH=`echo ${schema_path//\//\\\/}`

cp $WORKSPACE/config/frontend.local.vineyard.properties.tpl $WORKSPACE/config/frontend.local.vineyard.properties
inner_config=$WORKSPACE/config/frontend.local.vineyard.properties
sed -i "s/VINEYARD_SCHEMA_PATH/${REPLACE_SCHEMA_PATH}/g" $inner_config

Expand Down

0 comments on commit 90095c5

Please sign in to comment.