From 30b0900cd9c86c6734a42ee51fa2751454223a01 Mon Sep 17 00:00:00 2001 From: Robi Nino Date: Thu, 10 Nov 2022 19:34:00 +0200 Subject: [PATCH] Temporarily remove audit commands from release pipelines --- release/pipelines.release.yml | 2 +- release/pipelines.snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/pipelines.release.yml b/release/pipelines.release.yml index 43d20f357..bdb78b3a2 100644 --- a/release/pipelines.release.yml +++ b/release/pipelines.release.yml @@ -54,7 +54,7 @@ pipelines: - jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-release-local # Run audit - - jf audit --fail=false + # - jf audit --fail=false #TODO uncomment # Update version - sed -i -e "/build-info-version=/ s/=.*/=$NEXT_VERSION/" -e "/build-info-extractor-gradle-version=/ s/=.*/=$NEXT_GRADLE_VERSION/" gradle.properties diff --git a/release/pipelines.snapshot.yml b/release/pipelines.snapshot.yml index ab6b9cc24..d0f57034a 100644 --- a/release/pipelines.snapshot.yml +++ b/release/pipelines.snapshot.yml @@ -39,7 +39,7 @@ pipelines: - jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-snapshot-local # Run audit - - jf audit --fail=false + # - jf audit --fail=false #TODO uncomment # Delete former snapshots to make sure the release bundle will not contain the same artifacts - jf rt del "ecosys-oss-snapshot-local/org/jfrog/buildinfo/*" --quiet