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
fix(build.sh): fail on errors in Dockerfile two-tier builds
Without "set -e" at the top of each build.sh script, errors would
not propagate to the parent "docker build" process. In the case
of controller, this was masking a missing dependency which is now
fixed.
0 commit comments