diff --git a/clouds/bigquery/common/build_modules.js b/clouds/bigquery/common/build_modules.js index e691541c1..e98af1770 100755 --- a/clouds/bigquery/common/build_modules.js +++ b/clouds/bigquery/common/build_modules.js @@ -163,6 +163,7 @@ function apply_replacements (text) { text = text.replace(pattern, process.env[replacement]); } } + text = text.replace(/@@SKIP_DEP@@/g, ''); return text; }