Skip to content

Commit

Permalink
[fix]mk-star
Browse files Browse the repository at this point in the history
Signed-off-by: Cyber-SiKu <[email protected]>
  • Loading branch information
Cyber-SiKu committed Mar 25, 2023
1 parent 213c934 commit 7f61105
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions mk-tar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -409,35 +409,11 @@ if [ $? -ne 0 ]
then
exit
fi
cp -r ./curve-snapshotcloneserver-nginx/app/lib \
build/curve/curve-nginx/app
if [ $? -ne 0 ]
then
exit
fi
cp -r ./curve-snapshotcloneserver-nginx/app/src \
build/curve/curve-nginx/app
if [ $? -ne 0 ]
then
exit
fi
mkdir -p build/curve/curve-nginx/conf
if [ $? -ne 0 ]
then
exit
fi
cp ./curve-snapshotcloneserver-nginx/conf/mime.types \
build/curve/curve-nginx/conf/
if [ $? -ne 0 ]
then
exit
fi
cp -r ./curve-snapshotcloneserver-nginx/docker \
build/curve/curve-nginx/
if [ $? -ne 0 ]
then
exit
fi
# ansible
cp -r curve-ansible build/curve/
if [ $? -ne 0 ]
Expand Down

0 comments on commit 7f61105

Please sign in to comment.