ci: использовать gradle из образа вместо ./gradlew (убран chmod +x gradlew)

This commit is contained in:
Дмитрий Соловьев
2026-06-10 09:14:00 +03:00
parent 9206ef6c49
commit cf14880309
13 changed files with 28 additions and 84 deletions
+2 -6
View File
@@ -113,10 +113,8 @@ ballistics:test:
extends:
- .ballistics:rules:test
- .ballistics:gradle-cache
before_script:
- chmod +x gradlew
script:
- ./gradlew --no-daemon :services:pcp-ballistics-service:test
- gradle --no-daemon :services:pcp-ballistics-service:test
artifacts:
when: always
reports:
@@ -135,10 +133,8 @@ ballistics:build:
needs:
- job: ballistics:test
artifacts: true
before_script:
- chmod +x gradlew
script:
- ./gradlew --no-daemon :services:pcp-ballistics-service:bootJar
- gradle --no-daemon :services:pcp-ballistics-service:bootJar
artifacts:
when: always
paths: