Skip to content

Commit 7ad443a

Browse files
committed
Update pipelines.release.yml and pipelines.snapshot.yml
1 parent 6a53ce4 commit 7ad443a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: release/pipelines.release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pipelines:
4848
- test -n "$NEXT_GRADLE_DEVELOPMENT_VERSION" -a "$NEXT_GRADLE_DEVELOPMENT_VERSION" != "0.0.0"
4949

5050
# 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
5252
- ./jf c rm --quiet
5353
- ./jf c add internal --url=$int_entplus_deployer_url --user=$int_entplus_deployer_user --password=$int_entplus_deployer_apikey
5454
- ./jf gradlec --use-wrapper --uses-plugin --repo-resolve jcenter --repo-deploy oss-release-local

Diff for: release/pipelines.snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pipelines:
3636
- export JFROG_CLI_BUILD_PROJECT=ecosys
3737

3838
# 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
4040
- ./jf c rm --quiet
4141
- ./jf c add internal --url=$int_entplus_deployer_url --user=$int_entplus_deployer_user --password=$int_entplus_deployer_apikey
4242
- ./jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-snapshot-local

0 commit comments

Comments
 (0)