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
Currently we hard-code Ocean 5 dockerfiles, see 8f1e5dd.
We'll need to emulate path-filtering orb behavior and generate the list of modified dockerfiles from git diff --name-only <head> <base> (base being PR/branch parent, or merge commit parent), in order to dynamically set build parameter matrix.
The text was updated successfully, but these errors were encountered:
Currently we hard-code Ocean 5 dockerfiles, see 8f1e5dd.
We'll need to emulate
path-filtering
orb behavior and generate the list of modified dockerfiles fromgit diff --name-only <head> <base>
(base being PR/branch parent, or merge commit parent), in order to dynamically set build parameter matrix.The text was updated successfully, but these errors were encountered: