File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pipelines:
54
54
- jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-release-local
55
55
56
56
# Run audit
57
- - jf audit --fail=false
57
+ # - jf audit --fail=false #TODO uncomment
58
58
59
59
# Update version
60
60
- sed -i -e "/build-info-version=/ s/=.*/=$NEXT_VERSION/" -e "/build-info-extractor-gradle-version=/ s/=.*/=$NEXT_GRADLE_VERSION/" gradle.properties
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ pipelines:
39
39
- jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-snapshot-local
40
40
41
41
# Run audit
42
- - jf audit --fail=false
42
+ # - jf audit --fail=false #TODO uncomment
43
43
44
44
# Delete former snapshots to make sure the release bundle will not contain the same artifacts
45
45
- jf rt del "ecosys-oss-snapshot-local/org/jfrog/buildinfo/*" --quiet
You can’t perform that action at this time.
0 commit comments