correction probleme de pipeline
This commit is contained in:
@@ -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/**)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user