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
Add a bash linter to the pipeline to help catch bash syntax errors that are easy to make. The syntax can be awkward at times and many times your IDE will not let you know of errors, and also the bash script at times will also fail "silently".