ci: i stg
Some checks failed
Test if Server can be built / build-server (push) Failing after 38s

This commit is contained in:
Timothy Schenk 2023-10-27 20:32:46 +02:00
parent 047f0f8fa9
commit 5269c7652c

View file

@ -47,7 +47,7 @@ sealed class Build : NukeBuild
.DependsOn(Restore)
.Executes(() =>
{
if (SupportsDocker)
if (IsLocalBuild && SupportsDocker)
{
DockerTasks.DockerStackRm(settings => settings.SetStacks("continuity"));
}