Skip to content

Commit 0d57469

Browse files
committed
CLOUDP-362278: Update flag as certification-component-id this time for real
1 parent faef7b8 commit 0d57469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/certify-openshift-images/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616

17-
set -eou pipefail
17+
set -eoxu pipefail
1818

1919
docker login -u mongodb+mongodb_atlas_kubernetes -p "${REGISTRY_PASSWORD}" "${REGISTRY}"
2020

@@ -23,7 +23,7 @@ if [ "${SUBMIT}" == "false" ]; then
2323
submit_flag=
2424
fi
2525

26-
echo "Check and Submit result to RedHat Connect"
26+
echo "Check and Submit result to RedHat Connect (contains fix)"
2727
# Send results to RedHat if preflight finished wthout errors
2828
preflight check container "${REGISTRY}/${REPOSITORY}:${VERSION}" \
2929
--pyxis-api-token="${RHCC_TOKEN}" \

0 commit comments

Comments
 (0)