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 authored Sep 1, 2023
1 parent 9dd173d commit 390d612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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,5 @@

- 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 390d612

Please sign in to comment.