File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 9393 [" end" , " Option<BlockNumber>" ]
9494 ]
9595 }
96-
9796 }
9897}
Original file line number Diff line number Diff line change 110110 [" ProposalContents" , " Vec<u8>" ]
111111 ]
112112 },
113- "Balance2" : " Balance" ,
114- "DispatchError" : {
115- "type" : " struct" ,
116- "type_mapping" : [
117- [" module" , " Option<u8>" ],
118- [" error" , " u8" ]
119- ]
120- }
113+ "Balance2" : " Balance"
121114 }
122115}
Original file line number Diff line number Diff line change 1414# Python 3 only projects can skip this import
1515from io import open
1616
17- if environ .get ('CI_COMMIT_TAG' ):
17+
18+ if environ .get ('TRAVIS_TAG' ):
19+ version = environ ['TRAVIS_TAG' ]
20+ elif environ .get ('CI_COMMIT_TAG' ):
1821 version = environ ['CI_COMMIT_TAG' ]
1922else :
2023 raise ValueError ('Missing commit tag, can\' t set version' )
You can’t perform that action at this time.
0 commit comments