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
e0498f42
Verified
Commit
e0498f42
authored
6 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Caching
parent
97b1e10b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#4299
passed with warnings
6 years ago
Stage: triage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-9
15 additions, 9 deletions
.gitlab-ci.yml
with
15 additions
and
9 deletions
.gitlab-ci.yml
+
15
−
9
View file @
e0498f42
image
:
ruby:2.4
image
:
ruby:2
# Cache gems in between builds
cache
:
key
:
${CI_COMMIT_REF_SLUG}
paths
:
-
vendor/ruby
variables
:
PROJECTS
:
"
funkwhale/funkwhale
funkwhale/funkwhale.audio"
stages
:
stages
:
-
triage
-
triage
before_script
:
-
ruby -v
# Print out ruby version for debugging
-
bundle install gitlab-triage
dry-run:triage
:
dry-run:triage
:
stage
:
triage
stage
:
triage
script
:
script
:
-
export PROJECTS_ARRAY=($PROJECTS)
-
bundle exec gitlab-triage --help
-
gem install gitlab-triage
-
bundle exec gitlab-triage --dry-run --token $API_TOKEN --source group --source-id funkwhale --host-url https://dev.funkwhale.audio
-
gitlab-triage --help
-
for proj in "${PROJECTS[@]}"; do echo "Triaging $proj" && gitlab-triage --dry-run --token $API_TOKEN --source projects --source-id $proj --host-url https://dev.funkwhale.audio; done
when
:
manual
when
:
manual
except
:
except
:
-
schedules
-
schedules
...
@@ -20,7 +27,6 @@ dry-run:triage:
...
@@ -20,7 +27,6 @@ dry-run:triage:
run:triage
:
run:triage
:
stage
:
triage
stage
:
triage
script
:
script
:
-
gem install gitlab-triage
-
bundle exec gitlab-triage --token $API_TOKEN --source group --source-id funkwhale --host-url https://dev.funkwhale.audio
-
gitlab-triage --dry-run --token $API_TOKEN --source projects --source-id $CI_PROJECT_PATH --host-url https://dev.funkwhale.audio
only
:
only
:
-
schedules
-
schedules
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