ci: debugging5
This commit is contained in:
parent
fb9929fa30
commit
0de011828d
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ jobs:
|
||||||
- name: Update each branch
|
- name: Update each branch
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
git fetch --all
|
||||||
branches=()
|
branches=()
|
||||||
eval "$(git for-each-ref --shell --format='branches+=(%(refname))' refs/heads/)"
|
eval "$(git for-each-ref --shell --format='branches+=(%(refname))' refs/heads/)"
|
||||||
for branch in "${branches[@]}"; do
|
for branch in "${branches[@]}"; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue