1 2 3 4 5 6
#!/bin/bash set -e [[ $CI_DEBUG == true ]] && redirect="/dev/stdout" || redirect="/dev/null" cd $WORKSPACE ./tests/ci/apexlake-verify