conda: try to hack conda into checking out new branch directly
This commit is contained in:
parent
0cf4665d3a
commit
1b11b7fa86
|
@ -3,7 +3,7 @@ package:
|
|||
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
|
||||
|
||||
source:
|
||||
git_url: https://github.com/m-labs/misoc
|
||||
git_url: -b new https://github.com/m-labs/misoc
|
||||
git_tag: new
|
||||
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue