Clone curh-shemas #9
This commit is contained in:
parent
117e1829fc
commit
943e728d68
2
.github/workflows/maven-publish.yml
vendored
2
.github/workflows/maven-publish.yml
vendored
@ -41,7 +41,6 @@ jobs:
|
||||
env:
|
||||
check_token: ${{ secrets.DEVOPS_ACCESS_TOKEN }}
|
||||
if: ${{ env.check_token != '' }}
|
||||
# if: ${{ hashFiles('curh-schemas/pom.xml') == '' }}
|
||||
with:
|
||||
repository: curh-backend/curh-schemas
|
||||
path: curh-schemas
|
||||
@ -49,6 +48,7 @@ jobs:
|
||||
token: ${{ secrets.DEVOPS_ACCESS_TOKEN }}
|
||||
|
||||
- name: Unpack curh schemas
|
||||
if: ${{ hashFiles('curh-schemas/pom.xml') != '' }}
|
||||
run: |
|
||||
ls -al
|
||||
cd curh-schemas/src/main/resources
|
||||
|
Loading…
x
Reference in New Issue
Block a user