Skip to content

Instantly share code, notes, and snippets.

@bondarewicz
Created February 17, 2017 12:51
Show Gist options
  • Select an option

  • Save bondarewicz/df7f657a040efae7524fba1ea852fd64 to your computer and use it in GitHub Desktop.

Select an option

Save bondarewicz/df7f657a040efae7524fba1ea852fd64 to your computer and use it in GitHub Desktop.
teamcity-gitlab
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