Skip to content
Snippets Groups Projects
Verified Commit 97b1e10b authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed Array

parent f152eb27
No related branches found
No related tags found
No related merge requests found
Pipeline #4298 passed
...@@ -12,7 +12,7 @@ dry-run:triage: ...@@ -12,7 +12,7 @@ dry-run:triage:
- export PROJECTS_ARRAY=($PROJECTS) - export PROJECTS_ARRAY=($PROJECTS)
- gem install gitlab-triage - gem install gitlab-triage
- gitlab-triage --help - 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 when: manual
except: except:
- schedules - schedules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment