Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25357a commit 2a0da42Copy full SHA for 2a0da42
1 file changed
.circleci/config.yml
@@ -33,7 +33,7 @@ commands:
33
git fetch upstream
34
export merge=${CI_PULL_REQUEST//*pull\//}
35
if [[ "$merge" != "" ]]; then
36
- echo "Merging ${merge})";
+ echo "Merging ${merge}";
37
git pull --ff-only upstream "refs/pull/${merge}/merge";
38
fi
39
0 commit comments