Skip to content

Commit

Permalink
updated deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
seekersoftec committed Nov 28, 2024
1 parent 4fadb87 commit 38e6656
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/deploy-rpyc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 1
retries: 2
persist-credentials: "true"

- name: Checkout lfs
run: |
git lfs install --local
AUTH=$(git config --local http.${{ github.server_url }}/.extraheader)
git config --local --unset http.${{ github.server_url }}/.extraheader
git config --local http.${{ github.server_url }}/${{ github.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
git lfs pull
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 38e6656

Please sign in to comment.