Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
automation
Commits
ef9bd24e
Verified
Commit
ef9bd24e
authored
Jun 12, 2019
by
Eliot Berriot
Browse files
Removed bundle, it's not working
parent
92b59746
Pipeline
#4304
passed with stage
in 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ef9bd24e
image
:
ruby:2
# Cache gems in between builds
cache
:
key
:
${CI_COMMIT_REF_SLUG}
paths
:
-
vendor/ruby
stages
:
-
triage
before_script
:
-
ruby -v
-
bundle install --path vendor
-
gem installgitlab-triage
dry-run:triage:
stage
:
triage
script
:
-
bundle exec
gitlab-triage --help
-
bundle exec
gitlab-triage --dry-run --token $API_TOKEN --source group --source-id funkwhale --host-url https://dev.funkwhale.audio
-
gitlab-triage --help
-
gitlab-triage --dry-run --token $API_TOKEN --source group --source-id funkwhale --host-url https://dev.funkwhale.audio
when
:
manual
except
:
-
schedules
...
...
@@ -27,6 +18,6 @@ dry-run:triage:
run:triage:
stage
:
triage
script
:
-
bundle exec
gitlab-triage --token $API_TOKEN --source group --source-id funkwhale --host-url https://dev.funkwhale.audio
-
gitlab-triage --token $API_TOKEN --source group --source-id funkwhale --host-url https://dev.funkwhale.audio
only
:
-
schedules
Gemfile
deleted
100644 → 0
View file @
92b59746
gem
"
gitlab-triage
"
,
"~> 1.0"
Gemfile.lock
deleted
100644 → 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
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment