testing ci
This commit is contained in:
@@ -54,13 +54,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout LFS
|
- name: Checkout LFS
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y git-lfs
|
|
||||||
git lfs update --force || true
|
|
||||||
git lfs install --local
|
git lfs install --local
|
||||||
|
echo coucou
|
||||||
AUTH=$(git config http.${{ gitea.server_url }}/.extraheader)
|
AUTH=$(git config http.${{ gitea.server_url }}/.extraheader)
|
||||||
AUTH_FILE=$(git config includeif.gitdir:/workspace/${{ gitea.repository }}/.git.path)
|
AUTH_FILE=$(git config includeif.gitdir:/workspace/${{ gitea.repository }}/.git.path)
|
||||||
git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader
|
git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader
|
||||||
|
echo sandwich
|
||||||
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||||
|
echo bite
|
||||||
git lfs pull
|
git lfs pull
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
@@ -104,7 +105,7 @@ jobs:
|
|||||||
node -v
|
node -v
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: false
|
lfs: false
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
|
|||||||
Reference in New Issue
Block a user