Skip to content

Commit

Permalink
update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Dec 11, 2016
1 parent dbe9bf0 commit 492a115
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ gulp.task('manifest', function () {

gulp.task('extras', function () {
return gulp.src([
'LICENSE',
'src/*.*',
'!src/*.html'
], {
Expand Down
2 changes: 0 additions & 2 deletions scripts/publish_dailybuild.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
if [ $CI == "true" ] && [ $CIRCLE_BRANCH == "master" ]; then
echo "Packaging daily build...";
cd dist;
cp ../LICENSE ./;
zip $CIRCLE_ARTIFACTS/dist.zip * -r -9;
rm -f LICENSE;
cd ..;

echo "Publishing online demo...";
Expand Down

0 comments on commit 492a115

Please sign in to comment.