Skip to content

Commit

Permalink
Remove leftovers after changing path for service state (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Feb 19, 2024
1 parent 33ad483 commit a9b043b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/configuration/locations/locations.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ var (
rallyCorpusDir = filepath.Join(temporaryDir, "rally_corpus")
kubernetesDeployerDir = filepath.Join(deployerDir, "kubernetes")
serviceOutputDir = filepath.Join(temporaryDir, "output")

serviceSetupDir = filepath.Join(stackDir, "service_setup")
)

// LocationManager maintains an instance of a config path location
Expand Down Expand Up @@ -110,11 +108,6 @@ func (loc LocationManager) CacheDir(name string) string {
return filepath.Join(loc.stackPath, cacheDir, name)
}

// ServiceSetupDir returns the directory to store resources to be re-used in setup or tear-down processes
func (loc LocationManager) ServiceSetupDir() string {
return filepath.Join(loc.stackPath, serviceSetupDir)
}

// configurationDir returns the configuration directory location
// If a environment variable named as in elasticPackageDataHome is present,
// the value is used as is, overriding the value of this function.
Expand Down

0 comments on commit a9b043b

Please sign in to comment.