We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b572680 commit 5b1862fCopy full SHA for 5b1862f
ci-scripts/Util.sh
@@ -33,7 +33,7 @@ function apply_to_develop_branch() {
33
34
if [ $? -ne 0 ]; then
35
warn "conflict detected. need to merge manually."
36
- git add src
+ git add src/*
37
git cherry-pick --continue
38
39
0 commit comments