Skip to content

Commit

Permalink
[fix] Update image used for must-gather test (red-hat-data-services#1420
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jstourac authored May 6, 2024
1 parent c2a17e0 commit 4e11dc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# Redirecting stdout/stderr of must-gather to a file, as it fills up the
# process buffer and prevents the script from running further.
oc adm must-gather --image=quay.io/modh/must-gather@sha256:c2d780156a0e7cec975c9c150bee00b1facb8f6213e7b98a7a489448d76dfd94 &> must-gather-results.txt
oc adm must-gather --image=quay.io/modh/must-gather@sha256:5dd8b6f7e72c7fb3a5b46a48304514e4975fd6ed171cc3b1386771151020110a &> must-gather-results.txt

if [ $? -eq 0 ]
then
Expand Down

0 comments on commit 4e11dc8

Please sign in to comment.