Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Next try #13
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
  • Loading branch information
Ohrimenko1988 committed May 20, 2020
1 parent 76197b1 commit ca32745
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .ci/cico-devfile-pr-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function installJQ() {

set -x

export IS_TESTS_FAILED=false
export IS_TESTS_FAILED="false"
export FAIL_MESSAGE="Build failed."

SCRIPT_DIR=$(cd "$(dirname "$0")"; pwd)
Expand Down Expand Up @@ -242,3 +242,7 @@ archiveArtifacts "che-devfile-registry-prcheck"
if [ "$IS_TESTS_FAILED" == "true" ]; then
exit 1;
fi

if [ "$IS_TESTS_FAILED" == "false" ]; then
exit 1;
fi

0 comments on commit ca32745

Please sign in to comment.