ci: debugging
This commit is contained in:
parent
407576de60
commit
909604160a
1 changed files with 2 additions and 0 deletions
|
@ -24,10 +24,12 @@ jobs:
|
||||||
- name: Update each branch
|
- name: Update each branch
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
git branch
|
||||||
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
|
||||||
git checkout $branch
|
git checkout $branch
|
||||||
|
git status
|
||||||
nix run .#update_plugin -- update geyser
|
nix run .#update_plugin -- update geyser
|
||||||
|
|
||||||
# these will only succeed if there are changes
|
# these will only succeed if there are changes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue