Skip to content

Commit

Permalink
Remove no-cache
Browse files Browse the repository at this point in the history
Co-authored-by: bryan-aguilar <[email protected]>
  • Loading branch information
Danielzolty and bryan-aguilar authored Oct 31, 2023
1 parent 2e9a5c1 commit 90657d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/validation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource "null_resource" "validator" {
provisioner "local-exec" {
command = <<-EOT
docker-compose -f ${local.docker_compose_path} down
docker-compose -f ${local.docker_compose_path} build --no-cache
docker-compose -f ${local.docker_compose_path} build
docker-compose -f ${local.docker_compose_path} up --abort-on-container-exit
EOT
}
Expand Down

0 comments on commit 90657d5

Please sign in to comment.