diff --git a/release/pipelines.release.yml b/release/pipelines.release.yml index 8335eb6b..08a7bfd8 100644 --- a/release/pipelines.release.yml +++ b/release/pipelines.release.yml @@ -51,7 +51,7 @@ pipelines: - curl -fL https://install-cli.jfrog.io | sh - jf c rm --quiet - jf c add internal --url=$int_ecosys_entplus_deployer_url --user=$int_ecosys_entplus_deployer_user --password=$int_ecosys_entplus_deployer_apikey - - jf gradlec --use-wrapper --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-release-local --deploy-maven-desc + - jf gradlec --use-wrapper --repo-deploy ecosys-oss-release-local --deploy-maven-desc # Run audit - jf audit --gradle --use-wrapper diff --git a/release/pipelines.snapshot.yml b/release/pipelines.snapshot.yml index b1c6a446..3949bf2c 100644 --- a/release/pipelines.snapshot.yml +++ b/release/pipelines.snapshot.yml @@ -38,7 +38,7 @@ pipelines: - curl -fL https://install-cli.jfrog.io | sh - jf c rm --quiet - jf c add internal --url=$int_ecosys_entplus_deployer_url --user=$int_ecosys_entplus_deployer_user --password=$int_ecosys_entplus_deployer_apikey - - jf gradlec --use-wrapper --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-snapshot-local --deploy-maven-desc + - jf gradlec --use-wrapper --repo-deploy ecosys-oss-snapshot-local --deploy-maven-desc # Run audit - jf audit