Merge pull request #10853 from shantanugadgil/patch-4

constraint on the Docker driver missing 'attr'
This commit is contained in:
James Rasell
2021-07-06 12:19:08 +02:00
committed by GitHub

View File

@@ -1062,7 +1062,7 @@ Here is an example of using these properties in a job file:
job "docs" {
# Require docker version higher than 1.2.
constraint {
attribute = "${driver.docker.version}"
attribute = "${attr.driver.docker.version}"
operator = ">"
version = "1.2"
}