Skip to content

Commit 3581afd

Browse files
committed
Release scripts - replace build-scan by audit
1 parent f152641 commit 3581afd

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 ag
57+
- ./jf ag
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
@@ -42,7 +42,7 @@ pipelines:
4242
- ./jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-snapshot-local
4343

4444
# Run audit
45-
- jf ag
45+
- ./jf ag
4646

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

0 commit comments

Comments
 (0)