DEVX-178: [BE] Разработать endpoint выдачи информации для подключении фейн-клиентов через gradle/maven

This commit is contained in:
2026-03-26 12:35:06 +03:00
parent cff9174c1d
commit eb84a85320
8 changed files with 165 additions and 10 deletions
+1 -10
View File
@@ -36,17 +36,8 @@ jobs:
cache: 'npm'
- name: Building
run: |
npm install
npm run build
# - name: Building
# run: |
# ./gradlew bootJar --no-daemon -x cyclonedxBom
# echo 'Jar in libs folder'
# ls ./build/libs
# - name: Publishing docker
# uses: https://git.binom.pw/otp/devops/docker@main
# with:
# image-name: "otp/${{ github.event.inputs.repo_path }}"
# tags: ${{ github.event.inputs.version }}
- name: 'Cleanup'
if: always()
shell: bash