Skip to content

Commit

Permalink
Fix release intergation (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi authored Jul 23, 2023
1 parent ecc49ca commit 65d827e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipelines:
trigger: false
integrations:
- name: il_automation
- name: entplus_deployer
- name: ecosys_entplus_deployer
execution:
onExecute:
- cd $res_frogbotGit_resourcePath
Expand All @@ -53,7 +53,7 @@ pipelines:
# Download 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
- jf goc --repo-resolve ecosys-go-virtual

# Generate mocks
Expand Down

0 comments on commit 65d827e

Please sign in to comment.