testing ci
Some checks failed
Create tag and build when new code gets to main / Test (push) Failing after 12s
Create tag and build when new code gets to main / BumpTag (push) Successful in 23s
Create tag and build when new code gets to main / Export (push) Failing after 55s

This commit is contained in:
2026-01-28 15:00:24 +01:00
parent f00439a430
commit 5e54f0f83b

View File

@@ -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