Skip to content

Commit

Permalink
chore(ios): remove pod deployment (#3017)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole authored May 29, 2020
1 parent b584b00 commit 8b8c051
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
5 changes: 1 addition & 4 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ git commit -m "Release v$LERNA_VERSION"
git tag $LERNA_VERSION -m $LERNA_VERSION
git push --follow-tags origin master

#rm -rf capacitor-ios

# Do the actual native deploys second, because they require tags/releases in github
bash scripts/deploy/pods.sh
#rm -rf capacitor-ios
15 changes: 0 additions & 15 deletions scripts/deploy/pods.sh

This file was deleted.

0 comments on commit 8b8c051

Please sign in to comment.