We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0920e7 commit 9574afcCopy full SHA for 9574afc
2 files changed
.buildkite/bk.integration-fips.pipeline.yml
.buildkite/scripts/steps/ess.ps1
@@ -38,14 +38,10 @@ function ess_up {
38
Pop-Location
39
}
40
41
-<<<<<<< HEAD
42
-function ess_down {
43
-=======
44
function ess_down {
45
param (
46
[string]$EssRegion = "gcp-us-west2"
47
)
48
->>>>>>> 6918b7b07 (fix: ESS stack clean up steps (#9832))
49
$Workspace = & git rev-parse --show-toplevel
50
$TfDir = Join-Path -Path $Workspace -ChildPath "test_infra/ess/"
51
$stateFilePath = Join-Path -Path $TfDir -ChildPath "terraform.tfstate"
0 commit comments