Skip to content

Commit

Permalink
Re-add new line at the end of setup_stf_from_bundles.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc committed Sep 1, 2023
1 parent 9dd173d commit cda1885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/stf-run-ci/tasks/setup_stf_from_bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@

- name: Deploy STO via OLM bundle
shell:
cmd: "{{ base_dir }}/working/operator-sdk run bundle {{ __service_telemetry_bundle_image_path}} {% if pull_secret is defined %}--pull-secret-name=pull-secret --ca-secret-name=registry-tls-ca{% endif %} --namespace={{ namespace }} --timeout 600s"
cmd: "{{ base_dir }}/working/operator-sdk run bundle {{ __service_telemetry_bundle_image_path}} {% if pull_secret is defined %}--pull-secret-name=pull-secret --ca-secret-name=registry-tls-ca{% endif %} --namespace={{ namespace }} --timeout 600s"

0 comments on commit cda1885

Please sign in to comment.