Closed HennaAbbas closed 2 months ago
if [ -n "$ORB_VAL_FAIL_FAST" ]; then set -- "$@" -failfast fi
will always equate to truthy as we set the fastfail param to false by default and the set ORB_VAL_FAIL_FAST: <>. The update should resolve the issue.
fastfail
Your orb has been published to the CircleCI Orb Registry. You can view your published orb on the CircleCI Orb Registry at the following link: https://circleci.com/developer/orbs/orb/circleci/go?version=1.12.0
if [ -n "$ORB_VAL_FAIL_FAST" ]; then set -- "$@" -failfast fi
will always equate to truthy as we set the>. The update should resolve the issue.
fastfail
param to false by default and the set ORB_VAL_FAIL_FAST: <