From ad298fa9e76550eac47bcca44d8e837baf027637 Mon Sep 17 00:00:00 2001 From: Gato Date: Sun, 24 May 2026 19:02:46 +0200 Subject: [PATCH] correction probleme de pipeline --- .claude/settings.local.json | 11 +++++++++++ .gitea/workflows/ci.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..53d70fe --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,11 @@ +{ + "permissions": { + "allow": [ + "Bash(find /var/home/Gato/IdeaProjects/Infra -name \"docker-compose*\" | head -20)", + "Read(//var/home/Gato/IdeaProjects/Infra/**)", + "Bash(ls /var/home/Gato/IdeaProjects/Infra/)", + "Bash(find /var/home/Gato/IdeaProjects/Bonsai-webapp -name \"*.yml\" -path \"*/.gitea/*\" -o -name \"*.yaml\" -path \"*/.gitea/*\" 2>/dev/null)", + "Read(//var/home/Gato/IdeaProjects/Bonsai-webapp/**)" + ] + } +} diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9842003..84cb0eb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: https://github.com/actions/setup-java@v4 with: java-version: '25' - distribution: 'temurin' + distribution: 'zulu' cache: 'gradle' - name: Run tests