Skip to content

Commit

Permalink
Update get image registry info
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Jul 27, 2023
1 parent a15f2ca commit f20f082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/post-collect_logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
ansible.builtin.shell:
cmd: |
echo "What images were created in the internal registry?" 2>&1
oc get images | grep $(oc registry info --internal)" 2>&1
oc get images | grep $(oc registry info --internal) 2>&1
echo "What state is the STO csv in?" 2>&1
oc get csv -n service-telemetry | grep service-telemetry-operator 2>&1
oc get csv -n service-telemetry-operator -oyaml 2>&1
Expand Down

0 comments on commit f20f082

Please sign in to comment.