Skip to content

Commit 30b0900

Browse files
committed
Temporarily remove audit commands from release pipelines
1 parent 9d4dccd commit 30b0900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/pipelines.release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pipelines:
5454
- jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-release-local
5555

5656
# Run audit
57-
- jf audit --fail=false
57+
# - jf audit --fail=false #TODO uncomment
5858

5959
# Update version
6060
- sed -i -e "/build-info-version=/ s/=.*/=$NEXT_VERSION/" -e "/build-info-extractor-gradle-version=/ s/=.*/=$NEXT_GRADLE_VERSION/" gradle.properties

release/pipelines.snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pipelines:
3939
- jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-snapshot-local
4040

4141
# Run audit
42-
- jf audit --fail=false
42+
# - jf audit --fail=false #TODO uncomment
4343

4444
# Delete former snapshots to make sure the release bundle will not contain the same artifacts
4545
- jf rt del "ecosys-oss-snapshot-local/org/jfrog/buildinfo/*" --quiet

0 commit comments

Comments
 (0)