Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
241
Merge Requests
14
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
62566133
Commit
62566133
authored
22 minutes ago
by
Martin Santangelo
Browse files
Options
Download
(fix) ruby error ios ci
parent
87b31f58
fix/ci-android-and-ios
1 merge request
!406
Fix CI build for iOS and Android
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.circleci/config.yml
View file @
62566133
...
...
@@ -60,7 +60,7 @@ jobs:
command
:
brew install getsentry/tools/sentry-cli
-
run
:
name
:
set Ruby version
command
:
echo "ruby-2.
4
" > ~/.ruby-version
command
:
echo "ruby-2.
6
" > ~/.ruby-version
-
restore_cache
:
key
:
yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment