Skip to content

Instantly share code, notes, and snippets.

@IlyaFinkelshteyn
Created November 22, 2016 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IlyaFinkelshteyn/662216a4d423ddce0598704851fb644e to your computer and use it in GitHub Desktop.
Save IlyaFinkelshteyn/662216a4d423ddce0598704851fb644e to your computer and use it in GitHub Desktop.
cd..
del $env:APPVEYOR_BUILD_FOLDER
$gitbashfolder = $env:APPVEYOR_BUILD_FOLDER.Replace("\", "/");
Add-Content -Value "git clone -q --branch=develop git@git.assembla.com:projects^projectA.umbraco.git $gitbashfolder" -Path .\clone.sh
cmd /c "C:\Program Files\Git\git-bash.exe" .\clone.sh
cd $env:APPVEYOR_BUILD_FOLDER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment