Skip to content

Commit 8eeaf14

Browse files
committed
circleci integration
1 parent 9bb70e5 commit 8eeaf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ create_cdpacakge()
1313
PACKAGEPATH="dist-cdpack"
1414
rm -rf $PACKAGEPATH
1515
mkdir -p $PACKAGEPATH
16-
cp -Rvf $SCRIPTDIR/ $PACKAGEPATH/
16+
cp -Rvf $SCRIPTDIR/* $PACKAGEPATH/
1717
cp build/ant/online_review/dist/review.war $PACKAGEPATH/
1818
zip -j $AWS_CD_PACKAGE_NAME $PACKAGEPATH/*
1919
}

0 commit comments

Comments
 (0)