Skip to content

Commit ba121e8

Browse files
Abhishek KumarAbhishek Kumar
authored andcommitted
fix: add --repository-warehouse flag to docker-mode deploy tasks
1 parent a518841 commit ba121e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/vdm/tasks/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
orchestration deploy
6565
--namespace "{{ NAMESPACE }}"
6666
--sas-deployment-cr "{{ item.path }}"
67+
{{ '--repository-warehouse ' + V4_CFG_REPOSITORY_WAREHOUSE if V4_CFG_REPOSITORY_WAREHOUSE else '' }}
6768
args:
6869
chdir: "{{ ORCHESTRATION_TOOLING_DIRECTORY }}"
6970
with_items:
@@ -83,6 +84,7 @@
8384
--namespace "{{ NAMESPACE }}"
8485
--user-content "{{ DEPLOY_DIR }}"
8586
--local-deployment-assets
87+
{{ '--repository-warehouse ' + V4_CFG_REPOSITORY_WAREHOUSE if V4_CFG_REPOSITORY_WAREHOUSE else '' }}
8688
args:
8789
chdir: "{{ ORCHESTRATION_TOOLING_DIRECTORY }}"
8890
with_items:

0 commit comments

Comments
 (0)