Skip to content
Next
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
237
Merge Requests
19
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
ccd25aed
Commit
ccd25aed
authored
7 minutes ago
by
Martin Santangelo
Browse files
Options
Download
(fix) CI node version
parent
c9933504
feat/udpate-rn-0_61
1 merge request
!377
Udpate app to react native 0.61.4 and jitsi 2.4.0
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
View file @
ccd25aed
...
...
@@ -6,7 +6,7 @@ stages:
-
deploy
test:jest:
image
:
node:10.1
0.0
image
:
node:10.1
6.3
stage
:
test
cache
:
key
:
${CI_COMMIT_REF_SLUG}
...
...
@@ -22,7 +22,7 @@ build:android:
stage
:
build
before_script
:
-
sudo sysctl fs.inotify.max_user_watches=524288
-
sudo sysctl -p
-
sudo sysctl -p
script
:
-
yarn install
-
cd android
...
...
This diff is collapsed.
Please
register
or
sign in
to comment