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
s2i-core-hooks only defined one function, s2i_core_env_init_hook
This was only called by s2i_core_env_init in s2i-core (it overrides
an empty definition of the same function name in s2i-core)
Fold the content of the function into s2i_core_env_init and remove
the s2i-core-hooks file
Remove includes of it from s2i/assemble and run (which didn't call
the function anyway)
Signed-off-by: Jonathan Dowland <[email protected]>
0 commit comments