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
A space before the bash bang was making it being executed through sh in
ubuntu:latest as part of the promote production CI pipeline, on which an
option set in the script is not supported. Remove the extra space so the
sript is executed in bash and 'set -eufo pipefile' is applied correctly.
0 commit comments