Skip to content

Commit 5b1862f

Browse files
committed
make conflict marker
1 parent b572680 commit 5b1862f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-scripts/Util.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function apply_to_develop_branch() {
3333

3434
if [ $? -ne 0 ]; then
3535
warn "conflict detected. need to merge manually."
36-
git add src
36+
git add src/*
3737
git cherry-pick --continue
3838

3939
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)