Skip to content

Commit

Permalink
added branch prompted variable to destroy runbook
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson authored and Octopus Deploy committed Nov 12, 2023
1 parent 9c768a1 commit 214a5b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .octopus/variables.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ variable "Kubernetes.Namespace" {
value "shipped-#{Octopus.Release.Git.BranchName}" {}
}

variable "OctopusServerURL" {
value "https://michrich.octopus.app" {}
}

variable "Branch" {
value {
process = ["runbook/create-branch-environment"]
process = ["runbook/create-branch-environment", "runbook/destroy-branch-environment"]

prompt {
description = ""
label = ""
required = true
}
}
}

variable "OctopusServerURL" {
value "https://michrich.octopus.app" {}
}

0 comments on commit 214a5b5

Please sign in to comment.