Skip to content

Commit

Permalink
Fix - lua files in extra not being squished
Browse files Browse the repository at this point in the history
  • Loading branch information
arwassa committed Oct 6, 2019
1 parent b979c75 commit 3dd1ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ pipeline:
- mv tiny.lua /tmp/bzmoon
- mv json.lua /tmp/bzmoon
- mv uuid.lua /tmp/bzmoon
- cp /bzmoon/repo/extra/* /tmp/bzmoon
- find /bzmoon/repo/src -type f -name "*.lua" -exec cp {} /tmp/bzmoon \;
- cp /bzmoon/repo/.squish /tmp/bzmoon
- cp -r /tmp/bzmoon/. /tmp/bzmoon2/
- python3 /bztools/luaSquish.py /tmp/bzmoon2 -r
- mv /tmp/bzmoon2/* /tmp/bzmoon
- cp /bzmoon/repo/extra/* /tmp/bzmoon
- zip -j -r /bzmoon/bzmoon.zip /tmp/bzmoon

upload:
Expand Down

0 comments on commit 3dd1ce1

Please sign in to comment.