Skip to content
Snippets Groups Projects

Messenger example - register, confirm, and unregister user facts

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -2,6 +2,7 @@ before_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
- xcodebuild -version
- ./xcode-remove-caches.sh
stages:
- test
Loading