Skip to content

Fix docker build

Fix docker build #1575

Triggered via push November 29, 2025 19:13
Status Failure
Total duration 4m 33s
Artifacts

master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
build
Process completed with exit code 2.
build
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
build
the Behaviour module is deprecated. Instead of using this module, use the @callback and @macrocallback module attributes. See the documentation for Module for more information on these attributes