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
@@ -93,10 +93,8 @@ satellite-catalog:test:
extends:
- .satellite-catalog:rules:test
- .satellite-catalog:gradle-cache
before_script:
- chmod +x gradlew
script:
- ./gradlew --no-daemon :services:pcp-satellite-catalog-service:test
- gradle --no-daemon :services:pcp-satellite-catalog-service:test
artifacts:
when: always
reports:
@@ -115,10 +113,8 @@ satellite-catalog:build:
needs:
- job: satellite-catalog:test
artifacts: true
before_script:
- chmod +x gradlew
script:
- ./gradlew --no-daemon :services:pcp-satellite-catalog-service:bootJar
- gradle --no-daemon :services:pcp-satellite-catalog-service:bootJar
artifacts:
when: always
paths: