Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tekton/src/pipelines/gitops/gitops-mas-apps.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,8 @@ spec:
operator: notin
values: [""]
- name: gitops-db2u-replica-database-manage
runAfter:
- gitops-db2u-database-manage
params:
{{ lookup('template', pipeline_src_dir ~ '/taskdefs/gitops/common/gitops-params.yml.j2') | indent(8) }}

Expand Down Expand Up @@ -1481,6 +1483,8 @@ spec:
operator: notin
values: [""]
- name: gitops-db2u-replica-database-facilities
runAfter:
- gitops-db2u-database-facilities
params:
{{ lookup('template', pipeline_src_dir ~ '/taskdefs/gitops/common/gitops-params.yml.j2') | indent(8) }}

Expand Down