File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ jobs:
107
107
lib/matplotlib/tests/baseline_images \
108
108
lib/mpl_toolkits/*/tests/baseline_images)
109
109
if [ -n "${conflicts}" ]; then
110
- git checkout --ours -- " ${conflicts}"
111
- git add -- " ${conflicts}"
110
+ git checkout --ours -- ${conflicts}
111
+ git add -- ${conflicts}
112
112
fi
113
113
# If committing fails, there were conflicts other than the baseline images,
114
114
# which should not be allowed to happen, and should fail the build.
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ stages:
79
79
lib/matplotlib/tests/baseline_images \
80
80
lib/mpl_toolkits/*/tests/baseline_images)
81
81
if [ -n "${conflicts}" ]; then
82
- git checkout --ours -- " ${conflicts}"
83
- git add -- " ${conflicts}"
82
+ git checkout --ours -- ${conflicts}
83
+ git add -- ${conflicts}
84
84
fi
85
85
# If committing fails, there were conflicts other than the baseline images,
86
86
# which should not be allowed to happen, and should fail the build.
You can’t perform that action at this time.
0 commit comments