We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfa884 commit b572680Copy full SHA for b572680
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 .
+ git add src
37
git cherry-pick --continue
38
39
0 commit comments