We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faef7b8 commit 0d57469Copy full SHA for 0d57469
.github/actions/certify-openshift-images/entrypoint.sh
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
16
17
-set -eou pipefail
+set -eoxu pipefail
18
19
docker login -u mongodb+mongodb_atlas_kubernetes -p "${REGISTRY_PASSWORD}" "${REGISTRY}"
20
@@ -23,7 +23,7 @@ if [ "${SUBMIT}" == "false" ]; then
23
submit_flag=
24
fi
25
26
-echo "Check and Submit result to RedHat Connect"
+echo "Check and Submit result to RedHat Connect (contains fix)"
27
# Send results to RedHat if preflight finished wthout errors
28
preflight check container "${REGISTRY}/${REPOSITORY}:${VERSION}" \
29
--pyxis-api-token="${RHCC_TOKEN}" \
0 commit comments