Skip to content

Commit

Permalink
empty default for args and labels
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Sep 11, 2023
1 parent 747f833 commit c8170bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/io/jenkins/infra/docker/jenkinsinfrabakefile.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ variable "IMAGE_DIR" {
}

variable "GIT_COMMIT_REV" {
default = "${GIT_COMMIT_REV}"
default = ""
}
variable "GIT_SCM_URL" {
default = "${GIT_SCM_URL}"
default = ""
}
variable "BUILD_DATE" {
default = "${BUILD_DATE}"
default = ""
}
variable "SCM_URI" {
default = "${SCM_URI}"
default = ""
}

# return the full image name
Expand Down

0 comments on commit c8170bf

Please sign in to comment.