Skip to content
Snippets Groups Projects

Update database library in messenger example

Merged Dariusz Rybicki requested to merge feature/xx-messenger-update-database into development
1 file
+ 8
3
Compare changes
  • Side-by-side
  • Inline
+ 8
3
before_script:
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
- echo $CI_BUILD_REF
- 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
- echo $CI_PROJECT_DIR
- defaults write com.apple.dt.Xcode IDEPackageSupportUseBuiltinSCM YES
- echo $PWD
- swift --version
- swift --version
- xcodebuild -version
- xcodebuild -version
 
- eval $(ssh-agent -s)
 
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
 
- mkdir -p ~/.ssh
 
- chmod 700 ~/.ssh
 
- ssh-keyscan -t rsa $GITLAB_SERVER > ~/.ssh/known_hosts
stages:
stages:
- test
- test
Loading