From 38f5cdea65bd4f4ca6bc1d4ba6430e02191a7194 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Fri, 14 Mar 2025 09:49:07 -0700 Subject: [PATCH] removing --config flag from jfrog rt mvn --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index b7ea925c9..d11d9ce9e 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -51,7 +51,7 @@ jobs: - name: Publish Maven Artifact to JFrog Artifactory run: | - jfrog rt mvn clean install --config my-artifactory \ + jfrog rt mvn clean install \ --build-name=spring-petclinic \ --build-number=${{ github.run_id }}