mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
trying to force version of build info extractor
This commit is contained in:
parent
f206d23341
commit
cdf8fd25e2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci-pipeline.yml
vendored
3
.github/workflows/ci-pipeline.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
|||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Set build-info extractor version
|
||||
run: echo "JFROG_CLI_BUILD_INFO_EXTRACTOR_VERSION=2.38.6" >> $GITHUB_ENV
|
||||
|
||||
#################################################
|
||||
# 3) Install JFrog CLI
|
||||
#################################################
|
||||
|
|
Loading…
Reference in a new issue