Skip to content

Instantly share code, notes, and snippets.

@kyokomi
Created March 19, 2015 05:27
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 kyokomi/fcb86431515ca4a419a8 to your computer and use it in GitHub Desktop.
Save kyokomi/fcb86431515ca4a419a8 to your computer and use it in GitHub Desktop.
goでCircleCIするときfeatureブランチとかでtest failしない方法
checkout:
post:
- rm -rf $HOME/.go_workspace/src/github.com/kyokomi/*
- mkdir -p $HOME/.go_workspace/src/github.com/kyokomi
- ln -snf $HOME/$CIRCLE_PROJECT_REPONAME $HOME/.go_workspace/src/github.com/kyokomi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment