Skip to content

Commit

Permalink
Merge pull request #56 from ansible-middleware/jws_git_repo
Browse files Browse the repository at this point in the history
Use passed in git repo url
  • Loading branch information
guidograzioli authored Nov 6, 2024
2 parents 9b6b509 + e8e604b commit 44fec59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/jws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
downstream_name: jws
downstream_namespace: 'redhat'
upstream_namespace: 'middleware_automation'
project_git_url: https://github.com/ansible-middleware/jws.git
project_git_url: "{{ lookup('env', 'GIT_REPOSITORY_URL') | default('https://github.com/ansible-middleware/jws.git', true) }}"
project_git_version: "{{ lookup('env', 'GIT_REPOSITORY_BRANCH') | default('main', true) }}"
upstream_downstream_collections_map:
- { upstream_name: 'middleware_automation.common', downstream_name: 'redhat.runtimes_common' }
Expand Down

0 comments on commit 44fec59

Please sign in to comment.