Skip to content

Commit

Permalink
Release automation - temporary remove resolution repo (#154)
Browse files Browse the repository at this point in the history
Release automation - temporary remove resolution repo
  • Loading branch information
noyshabtay authored Dec 20, 2023
1 parent db2ed6e commit 2b9e92a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pipelines:
- curl -fL https://install-cli.jfrog.io | sh
- jf c rm --quiet
- jf c add internal --url=$int_ecosys_entplus_deployer_url --user=$int_ecosys_entplus_deployer_user --password=$int_ecosys_entplus_deployer_apikey
- jf gradlec --use-wrapper --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-release-local --deploy-maven-desc
- jf gradlec --use-wrapper --repo-deploy ecosys-oss-release-local --deploy-maven-desc

# Run audit
- jf audit --gradle --use-wrapper
Expand Down
2 changes: 1 addition & 1 deletion release/pipelines.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipelines:
- curl -fL https://install-cli.jfrog.io | sh
- jf c rm --quiet
- jf c add internal --url=$int_ecosys_entplus_deployer_url --user=$int_ecosys_entplus_deployer_user --password=$int_ecosys_entplus_deployer_apikey
- jf gradlec --use-wrapper --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-snapshot-local --deploy-maven-desc
- jf gradlec --use-wrapper --repo-deploy ecosys-oss-snapshot-local --deploy-maven-desc

# Run audit
- jf audit
Expand Down

0 comments on commit 2b9e92a

Please sign in to comment.