Skip to content

Commit

Permalink
chore: reduce build verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Sep 29, 2023
1 parent 11d9813 commit f5a03a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/stack_data/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ resource "null_resource" "up" {
"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 build airflow-scheduler airflow-webserver airflow-init",
"docker compose build --quiet-pull airflow-scheduler airflow-webserver airflow-init 2>&1 | cat",
"docker compose up --quiet-pull --detach 2>&1 | cat",
"rm -f ${local.work_dir}/deployment/.env",
]
Expand Down

0 comments on commit f5a03a5

Please sign in to comment.