mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
removing --config flag from jfrog rt mvn
This commit is contained in:
parent
4e85331f60
commit
38f5cdea65
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
|
|
||||||
- name: Publish Maven Artifact to JFrog Artifactory
|
- name: Publish Maven Artifact to JFrog Artifactory
|
||||||
run: |
|
run: |
|
||||||
jfrog rt mvn clean install --config my-artifactory \
|
jfrog rt mvn clean install \
|
||||||
--build-name=spring-petclinic \
|
--build-name=spring-petclinic \
|
||||||
--build-number=${{ github.run_id }}
|
--build-number=${{ github.run_id }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue