Skip to content

Commit

Permalink
Temporarily remove audit commands from release pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Nov 10, 2022
1 parent 9d4dccd commit 30b0900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion release/pipelines.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30b0900

Please sign in to comment.