mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Co-authored-by: Luis (LT) Carbonell <lt.carbonell@hashicorp.com>
This commit is contained in:
parent
965e279dba
commit
47a7482e42
1 changed files with 1 additions and 1 deletions
|
|
@ -99,6 +99,6 @@ resource "enos_local_exec" "build" {
|
|||
GOOS = var.goos
|
||||
PRERELEASE_VERSION = module.local_metadata.version_pre
|
||||
VERSION_METADATA = module.local_metadata.version_meta
|
||||
CUSTOM_BIN_PATH = var.docker_bin_path != null ? abspath("${path.module}/../../../${var.docker_bin_path}") : ""
|
||||
TARGET_BIN_PATH = var.docker_bin_path != null ? abspath("${path.module}/../../../${var.docker_bin_path}") : ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue