fix log file path

This commit is contained in:
Pablo Martin 2024-08-28 16:21:07 +02:00
parent 2481863536
commit 10aace0d3f

View file

@ -1,6 +1,6 @@
#!/bin/bash
exec >> /home/azureuser/dbt_run.log 2>&1
exec >> /home/azureuser/dbt_tests.log 2>&1
# Define the Slack webhook URL
script_dir=$(dirname "$0")