DEVX-178: [BE] Разработать endpoint выдачи информации для подключении фейн-клиентов через gradle/maven
This commit is contained in:
@@ -10,6 +10,7 @@ on:
|
||||
- devspc/devspace-apiregistry-core-service
|
||||
- devspc/devspace-apiregistry-generator-service
|
||||
- devspc/devspace-gateway
|
||||
- devspc/devspace-api
|
||||
default: devspc/devspace-apiregistry-core-service
|
||||
branch:
|
||||
description: 'Ветка'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user