Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
unshallow repo before release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhaow committed Nov 24, 2016
1 parent f96aa8a commit f70a227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/release_app
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ echo $P12_CERT | base64 -D > cert/cert.p12
sudo security unlock-keychain -p circle circle.keychain
sudo security import cert/cert.p12 -k circle.keychain -P "" -T /usr/bin/codesign

[ -f $(git rev-parse --git-dir)/shallow ] && git fetch --unshallow
gem install gym github-markup redcarpet --no-ri --no-rdoc
gym
ditto -c -k --sequesterRsrc --keepParent SpechtLite.app SpechtLite.zip
Expand Down

0 comments on commit f70a227

Please sign in to comment.