Replace [[ with [ in script '📦 Check Pods Manifest.lock'
The script is integrated using /bin/sh but [[ is not defined in generic POSIX shell. Confirm shellcheck error: if [[ $? != 0 ]] ; then ^-- SC2039: In POSIX sh, [[ ]] is undefined. This works right now, because on common OS X systems, /bin/sh is Bash. But this might change in the future.
Showing
Please
register
or
sign in
to comment