Skip to content
Snippets Groups Projects

Update messenger example

Merged Dariusz Rybicki requested to merge feature/messenger-example into development
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -22,5 +22,7 @@ test-examples-ios:
tags:
- ios
script:
- for ip in $(dig @8.8.8.8 github.com +short); do ssh-keyscan github.com,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts
- for ip in $(dig @8.8.8.8 git.xx.network +short); do ssh-keyscan git.xx.network,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts
- ./run-tests.sh examples-ios
retry: 1
Loading