From e8e604b20f22fef237a193fad40bc558a8b66e7d Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Wed, 6 Nov 2024 16:06:11 +0100 Subject: [PATCH] Use passed in git repo url --- playbooks/jws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/jws.yml b/playbooks/jws.yml index 976f317..335659e 100644 --- a/playbooks/jws.yml +++ b/playbooks/jws.yml @@ -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' }