Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elixxir dApps SDK Swift
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Elixxir dApps SDK Swift
Merge requests
!104
Update database library in messenger example
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update database library in messenger example
feature/xx-messenger-update-database
into
development
Overview
0
Commits
10
Pipelines
0
Changes
1
Merged
Update database library in messenger example
Dariusz Rybicki
requested to merge
feature/xx-messenger-update-database
into
development
Sep 23, 2022
Overview
0
Commits
10
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
91efa865
Prev
Next
Show latest version
1 file
+
8
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
91efa865
Update CI config
· 91efa865
Dariusz Rybicki
authored
Sep 23, 2022
.gitlab-ci.yml
+
8
−
2
View file @ 2fb68490
Edit in single-file editor
Open in Web IDE
Show full file
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
-
echo $CI_BUILD_REF
-
echo $CI_PROJECT_DIR
-
echo $PWD
-
swift --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
:
-
test
Loading