Skip to content

Commit

Permalink
chore(bq): add skip dependency tag in bigquery build_modules (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelacruzb authored Dec 11, 2024
1 parent b5d0edd commit e604e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clouds/bigquery/common/build_modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ function apply_replacements (text) {
text = text.replace(pattern, process.env[replacement]);
}
}
text = text.replace(/@@SKIP_DEP@@/g, '');
return text;
}

Expand Down

0 comments on commit e604e83

Please sign in to comment.