Skip to content

Commit

Permalink
Update pipelines.release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas authored Jul 5, 2023
1 parent 59bd123 commit fd7b36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jfrog-pipelines/pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipelines:
- name: azureDevopsReleaseGit
integrations:
- name: il_automation
- name: entplus_deployer
- name: ecosys_entplus_deployer
- name: azure_devops
execution:
onExecute:
Expand All @@ -44,7 +44,7 @@ pipelines:
# Configure JFrog CLI
- 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 c add internal --url=$int_ecosys_entplus_deployer_url --user=$int_ecosys_entplus_deployer_user --password=$int_ecosys_entplus_deployer_apikey

# Sync changes with dev
- git merge origin/dev
Expand Down

0 comments on commit fd7b36f

Please sign in to comment.