Skip to content

Commit

Permalink
Merge pull request #353 from redhatci/oc_stable
Browse files Browse the repository at this point in the history
Generate IDMS instruction if OCP >= 4.14
  • Loading branch information
betoredhat authored Jun 18, 2024
2 parents f45a601 + a380269 commit cddc949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mirror_ocp_release/tasks/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--from={{ ocp_release_data['container_image'] | quote }}
--to-release-image={{ mor_registry_url }}/{{ mor_registry_path }}:{{ mor_version }}
--to={{ mor_registry_url }}/{{ mor_registry_path }}
--print-mirror-instructions={{ mor_is_type | lower }}
{{ mor_version is version("4.14", "<") | ternary("--dry-run", "--print-mirror-instructions=" + mor_is_type | lower ) }}
retries: 3
delay: 10
register: _mor_result
Expand Down

0 comments on commit cddc949

Please sign in to comment.