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
|
||||
shell: bash
|
||||
run: |
|
||||
git branch
|
||||
branches=()
|
||||
eval "$(git for-each-ref --shell --format='branches+=(%(refname))' refs/heads/)"
|
||||
for branch in "${branches[@]}"; do
|
||||
git checkout $branch
|
||||
git status
|
||||
nix run .#update_plugin -- update geyser
|
||||
|
||||
# these will only succeed if there are changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue