chore: update CI script
This commit is contained in:
parent
aca358db26
commit
d4552332b3
|
@ -1,4 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo gem install cocoapods-keys
|
||||
pod install
|
||||
|
||||
# stub keys. DO NOT use in production
|
||||
pod keys set notification_endpoint "<endpoint>"
|
||||
pod keys set notification_endpoint_debug "<endpoint>"
|
||||
|
||||
pod install
|
||||
|
|
Loading…
Reference in New Issue