Hi all, is it possible to add custom sections to ...
# docker
a
Hi all, is it possible to add custom sections to the pipeline? I see in the docker SDK that the sdk uses predefined names for the sections to run in the case of different switches for example
--assets
will build static site so it will run
build-static
and
build-static-development
is there a best practice to add a new section let say like
--clear
to run a section called
cleanup
thanks