Skip to content

Commit

Permalink
chore: remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanperret committed Oct 5, 2023
1 parent 9588e7e commit 668a3da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployment/modules/stack_data/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ resource "null_resource" "up" {
provisioner "remote-exec" {
inline = [
"cd ${local.work_dir}/deployment",
# The airflow image is currently build from sources at deploy time
# Ensure that the image is up-to-date
"docker compose --progress=plain up --pull=always --force-recreate --wait --wait-timeout 1200 --quiet-pull --detach",
# FIXME: ideally this file should be removed
# "rm -f ${local.work_dir}/deployment/.env",
Expand Down

0 comments on commit 668a3da

Please sign in to comment.