ci: debugging2
This commit is contained in:
parent
909604160a
commit
6f3686a47e
1 changed files with 1 additions and 2 deletions
|
@ -24,11 +24,10 @@ 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 switch $branch
|
||||
git status
|
||||
nix run .#update_plugin -- update geyser
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue