Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
1f498e24
Unverified
Commit
1f498e24
authored
5 years ago
by
Christopher Fujino
Committed by
GitHub
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set bundle config rather than deprecated --system flag (#50497)
parent
bcef4edf
stable
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.cirrus.yml
.cirrus.yml
+2
-1
Dockerfile
dev/ci/docker_linux/Dockerfile
+2
-1
No files found.
.cirrus.yml
View file @
1f498e24
...
...
@@ -456,7 +456,8 @@ task:
-
date
-
which flutter
-
bundle --version
-
sudo bundle install --system --gemfile=dev/ci/mac/Gemfile
-
bundle config set system 'true'
-
sudo bundle install --gemfile=dev/ci/mac/Gemfile
-
git clean -xffd --exclude=bin/cache/
-
git fetch origin
-
git fetch origin master
# To set FETCH_HEAD, so that "git merge-base" works.
...
...
This diff is collapsed.
Click to expand it.
dev/ci/docker_linux/Dockerfile
View file @
1f498e24
...
...
@@ -123,7 +123,8 @@ RUN gem install bundler -N
COPY
ci/docker_linux/Gemfile /Gemfile
COPY
ci/docker_linux/Gemfile.lock /Gemfile.lock
RUN
bundle
install
--system
RUN
bundle config
set
system
'true'
&&
\
bundle
install
--system
# Install goldctl, for Golden testing
# Last updated 2020-02-04 (update to rebuild Dockerfile with latest goldctl)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment