Skip to content

Commit

Permalink
Fix release (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Dec 17, 2023
1 parent 38b0fd9 commit 1fd2267
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 @@ -48,7 +48,6 @@ 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-deploy ecosys-oss-release-local --deploy-maven-desc --deploy-ivy-desc=false

# Run audit
- jf audit
Expand All @@ -59,6 +58,7 @@ pipelines:
- git tag ${NEXT_VERSION}

# Run build and publish
- jf gradlec --use-wrapper --repo-deploy ecosys-oss-release-local --deploy-maven-desc --deploy-ivy-desc=false
- >
env -i PATH=$PATH HOME=$HOME CI=$CI
JFROG_CLI_BUILD_NAME=$JFROG_CLI_BUILD_NAME
Expand Down
2 changes: 1 addition & 1 deletion release/pipelines.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ pipelines:
- curl -fL https://install-cli.jfrog.io | sh
- jf c rm --quiet
- jf c add internal --url=$int_entplus_deployer_url --user=$int_entplus_deployer_user --password=$int_entplus_deployer_apikey
- jf gradlec --use-wrapper --repo-deploy ecosys-oss-snapshot-local --deploy-maven-desc --deploy-ivy-desc=false

# Run audit
- jf audit
Expand All @@ -43,6 +42,7 @@ pipelines:
- jf rt del "ecosys-oss-snapshot-local/com/jfrog/ide/jfrog-idea-plugin/*" --quiet

# Run test, build and publish snapshot
- jf gradlec --use-wrapper --repo-deploy ecosys-oss-snapshot-local --deploy-maven-desc --deploy-ivy-desc=false
- >
env -i PATH=$PATH HOME=$HOME CI=$CI
JFROG_CLI_BUILD_NAME=$JFROG_CLI_BUILD_NAME
Expand Down

0 comments on commit 1fd2267

Please sign in to comment.