Add convenient scripts for pod management

This commit is contained in:
Davide De Rosa 2019-03-20 17:28:20 +01:00
parent a31ad09711
commit 7c458f8426
2 changed files with 4 additions and 0 deletions

2
ci/pod-lint.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
time bundle exec pod lib lint --allow-warnings --verbose

2
ci/pod-push.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
time bundle exec pod trunk push --allow-warnings --verbose