File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,14 @@ if [ -z "${REDHAT_EXAMPLE_IMAGE}" ]; then
2020 exit 1
2121fi
2222
23- if [ " ${SUBMIT_RESULTS} " = " true" ]; then
24- if [ -z " ${OPENSHIFT_API_KEY:- } " ]; then
25- echo " Error: SUBMIT_RESULTS is set to 'true' but OPENSHIFT_API_KEY is not set"
26- exit 1
27- fi
28- if [ -z " ${OPENSHIFT_COHERENCE_COMPONENT_ID:- } " ]; then
29- OPENSHIFT_COHERENCE_COMPONENT_ID=" 68d28054a49e977fe49f4234"
30- fi
31- EXTRA_ARGS=" --pyxis-api-token=${OPENSHIFT_API_KEY} --certification-component-id=${OPENSHIFT_COHERENCE_COMPONENT_ID} "
32- else
33- EXTRA_ARGS=" "
23+ if [ -z " ${OPENSHIFT_API_KEY:- } " ]; then
24+ echo " Error: SUBMIT_RESULTS is set to 'true' but OPENSHIFT_API_KEY is not set"
25+ exit 1
26+ fi
27+ if [ -z " ${OPENSHIFT_COHERENCE_COMPONENT_ID:- } " ]; then
28+ OPENSHIFT_COHERENCE_COMPONENT_ID=" 68d28054a49e977fe49f4234"
3429fi
30+ EXTRA_ARGS=" --pyxis-api-token=${OPENSHIFT_API_KEY} --certification-component-id=${OPENSHIFT_COHERENCE_COMPONENT_ID} "
3531
3632echo " Running preflight on ${REDHAT_EXAMPLE_IMAGE} "
3733
You can’t perform that action at this time.
0 commit comments