Clone curh-shemas #7
This commit is contained in:
parent
df5d7cb243
commit
b9eade4537
19
.github/workflows/maven-publish.yml
vendored
19
.github/workflows/maven-publish.yml
vendored
@ -26,18 +26,19 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout tools repo feature branch
|
# Uncomment this if feature branch for curh-schemas is needed
|
||||||
uses: actions/checkout@v4
|
# - name: Checkout tools repo feature branch
|
||||||
continue-on-error: true
|
# uses: actions/checkout@v4
|
||||||
with:
|
# continue-on-error: true
|
||||||
repository: curh-backend/curh-schemas
|
# with:
|
||||||
path: curh-schemas
|
# repository: curh-backend/curh-schemas
|
||||||
ref: ${{ github.ref }}
|
# path: curh-schemas
|
||||||
token: ${{ secrets.DEVOPS_ACCESS_TOKEN }}
|
# ref: ${{ github.ref }}
|
||||||
|
# token: ${{ secrets.DEVOPS_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Checkout tools repo main branch
|
- name: Checkout tools repo main branch
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
if: ${{ hashFiles('curh-schemas/pom.xml') == '' }}
|
# if: ${{ hashFiles('curh-schemas/pom.xml') == '' }}
|
||||||
with:
|
with:
|
||||||
repository: curh-backend/curh-schemas
|
repository: curh-backend/curh-schemas
|
||||||
path: curh-schemas
|
path: curh-schemas
|
||||||
|
Loading…
x
Reference in New Issue
Block a user