File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/connections/destinations/catalog/google-ads-classic Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ elif echo "$log" | grep -q 'dependabot'; then
28
28
echo " Ignoring dependabot update"
29
29
exit
30
30
# ignore when master is merged into a branch
31
- elif echo " $log " | grep -q ' Merge branch \SMaster \S' ; then
31
+ elif echo " $log " | grep -q ' Merge branch \Smaster \S' ; then
32
32
echo " Build ignored because it's only an update from the main branch."
33
33
exit
34
34
else
Original file line number Diff line number Diff line change 2
2
title : Google Ads (Classic) Destination
3
3
redirect_from : ' /connections/destinations/catalog/adwords/'
4
4
strat : google
5
+ hide-personas-partial : true
5
6
---
6
7
7
8
Our Google Ads (Classic) destination code is open-source on GitHub if you want to check out
You can’t perform that action at this time.
0 commit comments