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 @@ -48,7 +48,7 @@ pipelines:
48
48
- test -n "$NEXT_GRADLE_DEVELOPMENT_VERSION" -a "$NEXT_GRADLE_DEVELOPMENT_VERSION" != "0.0.0"
49
49
50
50
# Configure JFrog CLI
51
- - curl -fL https://getcli.jfrog.io/v2-jf | sh && chmod +x jfrog
51
+ - curl -fL https://getcli.jfrog.io/v2-jf | sh && chmod +x jf
52
52
- ./jf c rm --quiet
53
53
- ./jf c add internal --url=$int_entplus_deployer_url --user=$int_entplus_deployer_user --password=$int_entplus_deployer_apikey
54
54
- ./jf gradlec --use-wrapper --uses-plugin --repo-resolve jcenter --repo-deploy oss-release-local
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ pipelines:
36
36
- export JFROG_CLI_BUILD_PROJECT=ecosys
37
37
38
38
# Configure JFrog CLI
39
- - curl -fL https://getcli.jfrog.io/v2-jf | sh && chmod +x jfrog
39
+ - curl -fL https://getcli.jfrog.io/v2-jf | sh && chmod +x jf
40
40
- ./jf c rm --quiet
41
41
- ./jf c add internal --url=$int_entplus_deployer_url --user=$int_entplus_deployer_user --password=$int_entplus_deployer_apikey
42
42
- ./jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-snapshot-local
You can’t perform that action at this time.
0 commit comments