Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
automation
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
funkwhale
automation
Commits
92b59746
Verified
Commit
92b59746
authored
6 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Added gemfile
parent
ca8f7bdc
No related branches found
No related tags found
No related merge requests found
Pipeline
#4303
passed with warnings
6 years ago
Stage: triage
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Gemfile
+2
-0
2 additions, 0 deletions
Gemfile
Gemfile.lock
+33
-0
33 additions, 0 deletions
Gemfile.lock
with
36 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
92b59746
...
...
@@ -13,7 +13,7 @@ stages:
before_script
:
-
ruby -v
-
bundle install --path vendor
gitlab-triage
-
bundle install --path vendor
dry-run:triage
:
stage
:
triage
...
...
This diff is collapsed.
Click to expand it.
Gemfile
0 → 100644
+
2
−
0
View file @
92b59746
gem
"
gitlab-triage
"
,
"~> 1.0"
This diff is collapsed.
Click to expand it.
Gemfile.lock
0 → 100644
+
33
−
0
View file @
92b59746
GEM
specs:
activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
concurrent-ruby (1.1.5)
gitlab-triage (1.0.1)
activesupport (~> 5.1)
httparty (~> 0.15)
httparty (0.17.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
minitest (5.11.3)
multi_xml (0.6.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
gitlab-triage (~> 1.0)
BUNDLED WITH
2.0.1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment