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