Skip to content

Commit

Permalink
VCI-814: Remove obsolete target
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro committed Mar 25, 2024
1 parent e516895 commit 18d13d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/VirtoCommerce.Build/Cloud/Build.SaaS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ internal partial class Build
[Parameter("Url to Wake-script which will use to build the docker image in the CloudDeploy/CloudUp Target")]
public static string WaitScriptUrl { get; set; } = "https://raw.githubusercontent.com/VirtoCommerce/vc-docker/feat/net8/linux/platform/wait-for-it.sh";

public Target WaitForStatus => _ => _
.Executes(() => Log.Warning("Target WaitForStatus is obsolete. Use CloudEnvStatus."))
.Triggers(CloudEnvStatus);

public Target CloudEnvStatus => _ => _
.Executes(async () =>
{
Expand Down

0 comments on commit 18d13d5

Please sign in to comment.