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
97b1e10b
Verified
Commit
97b1e10b
authored
Jun 12, 2019
by
Eliot Berriot
Browse files
Fixed Array
parent
f152eb27
Pipeline
#4298
passed with stage
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
97b1e10b
...
...
@@ -12,7 +12,7 @@ dry-run:triage:
-
export PROJECTS_ARRAY=($PROJECTS)
-
gem install gitlab-triage
-
gitlab-triage --help
-
for proj in "${
ArrayName[@]}"; do
gitlab-triage --dry-run --token $API_TOKEN --source projects --source-id $proj --host-url https://dev.funkwhale.audio; done
-
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
except
:
-
schedules
...
...
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