mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove merge blocker.
This commit is contained in:
parent
22ff3b736a
commit
87a8385832
@ -213,19 +213,10 @@ jobs:
|
|||||||
path: docs/_build/html/
|
path: docs/_build/html/
|
||||||
destination: docs-html
|
destination: docs-html
|
||||||
|
|
||||||
merge_blocker:
|
|
||||||
docker:
|
|
||||||
- image: buildpack-deps:artful
|
|
||||||
steps:
|
|
||||||
- run:
|
|
||||||
name: This blocks the merge. Remove when 0.5.0 is to be released.
|
|
||||||
command: false
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_all:
|
build_all:
|
||||||
jobs:
|
jobs:
|
||||||
- merge_blocker
|
|
||||||
- build_emscripten: *build_on_tags
|
- build_emscripten: *build_on_tags
|
||||||
- test_emscripten_solcjs:
|
- test_emscripten_solcjs:
|
||||||
<<: *build_on_tags
|
<<: *build_on_tags
|
||||||
|
Loading…
Reference in New Issue
Block a user