Skip to content

Commit

Permalink
Update push_gitlab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roquelopez authored Jun 6, 2024
1 parent af217ec commit a2652bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push_gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Fetch all branches from GitLab
run: |
git fetch gitlab --prune
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
- name: Push all branches to GitLab
run: |
Expand Down

0 comments on commit a2652bd

Please sign in to comment.