Skip to content

Commit db8bbf7

Browse files
committed
Don't share the artifacts directory with the docker build
1 parent 6b0ed33 commit db8bbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build-package/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module "package_dir_poetry_no_docker" {
116116
poetry_install = true
117117
}
118118
]
119-
artifacts_dir = "${path.root}/builds/package_dir_poetry/"
119+
artifacts_dir = "${path.root}/builds/package_dir_poetry_no_docker/"
120120
}
121121

122122
# Create zip-archive with Poetry dependencies and demonstrate quiet packaging output

0 commit comments

Comments
 (0)