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 cb13216 commit 06d9950Copy full SHA for 06d9950
.ci/che-happy-path.sh
@@ -95,7 +95,7 @@ oc rsync -n ${CHE_NAMESPACE} ${HAPPY_PATH_POD_NAME}:/tmp/e2e/report/ /tmp/e2e -c
95
oc exec -n ${CHE_NAMESPACE} ${HAPPY_PATH_POD_NAME} -c download-reports -- touch /tmp/done
96
cp -r /tmp/e2e ${ARTIFACT_DIR}
97
EXIT_CODE=$(oc logs -n ${CHE_NAMESPACE} ${HAPPY_PATH_POD_NAME} -c happy-path-test | grep EXIT_CODE)
98
-if [[ ${EXIT_CODE} == "+ EXIT_CODE=1" ]]; then
+if [[ ${EXIT_CODE} != "+ EXIT_CODE=0" ]]; then
99
echo "[ERROR] Happy-path test failed."
100
exit 1
101
fi
0 commit comments