Skip to content

Commit

Permalink
Update backup-image-to-pdf-android-repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh authored Jun 1, 2024
1 parent a53b8a7 commit 9e348b7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/backup-image-to-pdf-android-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,7 @@ jobs:
run: |
cd image-to-pdf-repo && ls
# - name: Delete all branches except master
# run: |
# cd image-to-pdf-repo &&
# git ls-remote --heads ${BACKUP_REPO} | awk -F/ '! /\/master/{print $3}' | xargs -I {} git push ${BACKUP_REPO} --delete --force {} || true

- name: Push all branches to backup repo
run: |
cd image-to-pdf-repo && ls &&
git push --mirror --verbose ${BACKUP_REPO}
# - name: Push all tags to backup repo
# run: |
# cd image-to-pdf-repo &&
# git push --tags

0 comments on commit 9e348b7

Please sign in to comment.