We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3409af6 commit b2332baCopy full SHA for b2332ba
ci-operator/step-registry/ipi/install/install/ipi-install-install-commands.sh
@@ -679,7 +679,9 @@ aws|aws-arm64|aws-usgov)
679
fi
680
;;
681
vsphere*)
682
- cat >> "${dir}/openshift/99_openshift-samples-operator-config.yaml" << EOF
+
683
+ if [[ $JOB_NAME =~ .*okd-scos.* ]]; then
684
+ cat >> "${dir}/openshift/99_openshift-samples-operator-config.yaml" << EOF
685
apiVersion: samples.operator.openshift.io/v1
686
kind: Config
687
metadata:
@@ -690,6 +692,7 @@ spec:
690
692
skippedImagestreams:
691
693
- openliberty
694
EOF
695
+ fi
696
697
esac
698
0 commit comments