mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-13 05:11:12 +00:00
rm -rf build.gradle
This commit is contained in:
parent
c662ba12ed
commit
b0ed377a00
1 changed files with 2 additions and 0 deletions
2
.github/workflows/jf-cli.yml
vendored
2
.github/workflows/jf-cli.yml
vendored
|
|
@ -144,6 +144,7 @@ jobs:
|
|||
timeout-minutes: 15 # ref https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes
|
||||
continue-on-error: true # ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
|
||||
run: |
|
||||
rm -rf build.gradle
|
||||
jf ca --format=table --threads=100
|
||||
|
||||
- name: "Xray & JAS: Audit" # https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-for-jfrog-security
|
||||
|
|
@ -721,6 +722,7 @@ jobs:
|
|||
|
||||
- name: "list folder"
|
||||
run: |
|
||||
rm -rf build.gradle
|
||||
pwd
|
||||
tree .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue