InformaticsMatters / squonk

Squonk platform and computational notebook
Apache License 2.0
8 stars 3 forks source link

busybox unit tests broken by latest pipelines behaviour #107

Closed alanbchristie closed 4 years ago

alanbchristie commented 4 years ago

As the execute script is no longer executed, to preserve the existing test behaviour we should introduce a new 'pipelines-like' container image that just runs './execute' as its CMD.

Instead of busybody, use the new specialised informaticsmatters/pipelines-busybox:1.0.0 image.

alanbchristie commented 4 years ago

Fixed in latest master