Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit f9cf915

Browse files
committed
chore(travis): (fix) custom merge pubspec.lock for g3v1x rebases
Use the current version and not the ancestor version. This means that the merge driver has nothing to do except exist.
1 parent daae658 commit f9cf915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "$USE_G3" = "YES" ]; then
1515
cat >> .git/config <<"EOF"
1616
[merge "merge_pubspec_lock"]
1717
name = "Auto merge pubspec.lock conflicts by ignoring changes"
18-
driver = cp %O %A
18+
driver = true
1919
recursive = text
2020
EOF
2121
git rebase --onto upstream/g3v1x upstream/g3v1x-master

0 commit comments

Comments
 (0)