Created
March 19, 2015 05:27
-
-
Save kyokomi/fcb86431515ca4a419a8 to your computer and use it in GitHub Desktop.
goでCircleCIするときfeatureブランチとかでtest failしない方法
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
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