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 ag
57
+ - ./ jf ag
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 @@ -42,7 +42,7 @@ pipelines:
42
42
- ./jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-snapshot-local
43
43
44
44
# Run audit
45
- - jf ag
45
+ - ./ jf ag
46
46
47
47
# Delete former snapshots to make sure the release bundle will not contain the same artifacts
48
48
- ./jf rt del "ecosys-oss-snapshot-local/org/jfrog/buildinfo/*" --quiet
You can’t perform that action at this time.
0 commit comments