Skip to content
Snippets Groups Projects
Commit 4f3ebddf authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Revert "Run xcode-remove-caches on CI"

This reverts commit 83d355a7.
parent 83d355a7
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!98Messenger example - register, confirm, and unregister user facts
...@@ -2,7 +2,6 @@ before_script: ...@@ -2,7 +2,6 @@ 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 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 - 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 - xcodebuild -version
- ./xcode-remove-caches.sh
stages: stages:
- test - test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment