mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 14:29:37 +00:00
checking mvnw version
This commit is contained in:
parent
5b6a819e2b
commit
a009dedb88
1 changed files with 7 additions and 1 deletions
8
.github/workflows/ci-pipeline.yml
vendored
8
.github/workflows/ci-pipeline.yml
vendored
|
@ -85,8 +85,14 @@ jobs:
|
|||
- name: Clear local Maven cache
|
||||
run: rm -rf ~/.m2/repository
|
||||
|
||||
- name: Ensure mvnw is executable
|
||||
run: chmod +x mvnw
|
||||
|
||||
- name: check mvn version
|
||||
run: mvnw -version
|
||||
run: ./mvnw -version
|
||||
|
||||
- name: Debug repository files
|
||||
run: ls -lah
|
||||
|
||||
#################################################
|
||||
# 8) Build via jfrog rt mvn, using the new extractor jar
|
||||
|
|
Loading…
Reference in a new issue