Skip to content
Snippets Groups Projects
Verified Commit 008aec7e authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

remove debug message from run.sh

parent 239612aa
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ STAGE="$2"
set -eo pipefail
# trap any error, and mark it as a system failure.
trap "echo FAIL_HERE; exit $SYSTEM_FAILURE_EXIT_CODE" ERR
trap "exit $SYSTEM_FAILURE_EXIT_CODE" ERR
# debug sub-stages:
#echo "Running run.sh with args: $*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment