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
243
Merge Requests
16
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
4c757132
Commit
4c757132
authored
1 hour 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 @
4c757132
...
...
@@ -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