mirror of
https://github.com/dbt-labs/dbt-core
synced 2025-12-17 19:31:34 +00:00
fix target file for dbt-common CI (#12258)
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
||||
|
||||
repo=$1
|
||||
ref=$2
|
||||
target_req_file="dev-requirements.txt"
|
||||
target_req_file="core/hatch.toml"
|
||||
|
||||
req_sed_pattern="s|${repo}.git@main|${repo}.git@${ref}|g"
|
||||
if [[ "$OSTYPE" == darwin* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user