Skip to content

Commit

Permalink
Upload doc folder along with a package
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Jul 13, 2015
1 parent f872247 commit 3291054
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/build_board_manager_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,12 @@ cat << EOF > package_esp8266com_index.json
}
EOF


if [ ! -z "$upload" ]; then
scp $outdir.zip dl:apps/download_files/download/$path
scp package_esp8266com_index.json dl:apps/download_files/download/$path
remote_path=dl:apps/download_files/download/$path
scp $outdir.zip $remote_path
scp package_esp8266com_index.json $remote_path
scp -r $srcdir/doc $remote_path
else
python -m SimpleHTTPServer
fi
Expand Down
File renamed without changes.

0 comments on commit 3291054

Please sign in to comment.