You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ./cico_setup.sh line 23:
if [ -n "${QUAY_USERNAME}" -a -n "${QUAY_PASSWORD}" ]; then
^-- SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
In ./cico_setup.sh line 63:
if [ -n "${ghprbPullId}" ]; then
^-- SC2154: ghprbPullId is referenced but not assigned.
The text was updated successfully, but these errors were encountered:
Issues has been found in
cico_setup.sh
script:The text was updated successfully, but these errors were encountered: