File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ defaults:
384
384
TERM : xterm
385
385
MAKEFLAGS : -j 2
386
386
387
- - base_node_latest_small : &base_node_latest_small
387
+ - base_node_small : &base_node_small
388
388
docker :
389
389
- image : circleci/node
390
390
resource_class : small
@@ -605,7 +605,7 @@ jobs:
605
605
- gitter_notify_failure_unless_pr
606
606
607
607
chk_docs_examples :
608
- << : *base_node_latest_small
608
+ << : *base_node_small
609
609
steps :
610
610
- checkout
611
611
- attach_workspace :
@@ -674,7 +674,7 @@ jobs:
674
674
- gitter_notify_failure_unless_pr
675
675
676
676
chk_buglist :
677
- << : *base_node_latest_small
677
+ << : *base_node_small
678
678
steps :
679
679
- checkout
680
680
- run :
@@ -1136,7 +1136,7 @@ jobs:
1136
1136
- gitter_notify_failure_unless_pr
1137
1137
1138
1138
t_ems_ext_hardhat :
1139
- << : *base_node_latest_small
1139
+ << : *base_node_small
1140
1140
environment :
1141
1141
TERM : xterm
1142
1142
HARDHAT_TESTS_SOLC_PATH : /tmp/workspace/soljson.js
@@ -1339,7 +1339,7 @@ jobs:
1339
1339
- gitter_notify_failure_unless_pr
1340
1340
1341
1341
b_bytecode_ems :
1342
- << : *base_node_latest_small
1342
+ << : *base_node_small
1343
1343
environment :
1344
1344
SOLC_EMSCRIPTEN : " On"
1345
1345
steps :
You can’t perform that action at this time.
0 commit comments