Clone curh-shemas #4
This commit is contained in:
parent
caaf403022
commit
85c5eebfe1
12
.github/workflows/maven-publish.yml
vendored
12
.github/workflows/maven-publish.yml
vendored
@ -26,14 +26,24 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout tools repo
|
- name: Checkout tools repo feature branch
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: curh-backend/curh-schemas
|
repository: curh-backend/curh-schemas
|
||||||
path: curh-schemas
|
path: curh-schemas
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
token: ${{ secrets.DEVOPS_ACCESS_TOKEN }}
|
token: ${{ secrets.DEVOPS_ACCESS_TOKEN }}
|
||||||
|
|
||||||
|
- name: Checkout tools repo main branch
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
if: ${{ hashFiles('curh-schemas/pom.xml') != '' }}
|
||||||
|
with:
|
||||||
|
repository: curh-backend/curh-schemas
|
||||||
|
path: curh-schemas
|
||||||
|
ref: main
|
||||||
|
token: ${{ secrets.DEVOPS_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Unpack curh schemas
|
- name: Unpack curh schemas
|
||||||
run: |
|
run: |
|
||||||
cd curh-schemas/src/main/resources
|
cd curh-schemas/src/main/resources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user