Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Get list of files from dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jan 28, 2015
1 parent a81a0aa commit 0702a3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .autoclave-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ lasttag=`git tag -l | sort -t. -k1,1n -k2,2n -k3,3n | tail -n 1`
git checkout --detach ${lasttag}
git merge -s ours master --no-commit

files=(`ls dist | sed -e 's/\/dist//'`)
mv dist/* .

git add *.js *.json README.md build.log
git add -f "${files[@]}"

0 comments on commit 0702a3f

Please sign in to comment.