fix log file path
This commit is contained in:
parent
2481863536
commit
10aace0d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue