Skip to content

Commit

Permalink
Update pipelines.snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas authored Jul 5, 2023
1 parent 9eb90ce commit 603dd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/release/pipelines.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipelines:
inputResources:
- name: bambooSnapshotGit
integrations:
- name: entplus_deployer
- name: ecosys_entplus_deployer
execution:
onStart:
# Save gradle cache
Expand All @@ -34,7 +34,7 @@ pipelines:
# Configure JFrog CLI
- curl -fL https://getcli.jfrog.io/v2-jf | sh && chmod +x jf
- ./jf c rm --quiet
- ./jf c add internal --url=$int_entplus_deployer_url --user=$int_entplus_deployer_user --password=$int_entplus_deployer_apikey
- ./jf c add internal --url=$int_ecosys_entplus_deployer_url --user=$int_ecosys_entplus_deployer_user --password=$int_ecosys_entplus_deployer_apikey
- ./jf mvnc --repo-resolve-releases ecosys-bamboo-repos --repo-resolve-snapshots ecosys-releases-snapshots --repo-deploy-snapshots ecosys-oss-snapshot-local --repo-deploy-releases ecosys-oss-release-local

# Run audit
Expand Down

0 comments on commit 603dd54

Please sign in to comment.