Created
February 17, 2017 12:51
-
-
Save bondarewicz/df7f657a040efae7524fba1ea852fd64 to your computer and use it in GitHub Desktop.
teamcity-gitlab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Custom Script | |
| "%env.TEAMCITY_GIT_PATH%" fetch | |
| "%env.TEAMCITY_GIT_PATH%" checkout dev | |
| "%env.TEAMCITY_GIT_PATH%" config --local user.email "[email protected]" | |
| "%env.TEAMCITY_GIT_PATH%" config --local user.name "Auto Merge" | |
| "%env.TEAMCITY_GIT_PATH%" merge --no-commit %teamcity.build.branch% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment