You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci-operator/step-registry/openshift/microshift/infra/rpm-install-aws/openshift-microshift-infra-rpm-install-aws-commands.sh
+32-1Lines changed: 32 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,33 @@ if "${OPTIONAL_RPMS}"; then
25
25
fi
26
26
fi
27
27
28
+
#TODO if i need to do a rebase then i should have a different script to do it.
29
+
# if it fails i need to write a specific file so next steps ignore what happened entirely.
30
+
# so not just install, but also rebase.sh
31
+
# i need to determine what the images for the rebase are.
0 commit comments