Skip to content

Commit 247eab9

Browse files
committed
CI: Rename node_latest_small to node_small
1 parent 4d65bfa commit 247eab9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ defaults:
384384
TERM: xterm
385385
MAKEFLAGS: -j 2
386386

387-
- base_node_latest_small: &base_node_latest_small
387+
- base_node_small: &base_node_small
388388
docker:
389389
- image: circleci/node
390390
resource_class: small
@@ -605,7 +605,7 @@ jobs:
605605
- gitter_notify_failure_unless_pr
606606

607607
chk_docs_examples:
608-
<<: *base_node_latest_small
608+
<<: *base_node_small
609609
steps:
610610
- checkout
611611
- attach_workspace:
@@ -674,7 +674,7 @@ jobs:
674674
- gitter_notify_failure_unless_pr
675675

676676
chk_buglist:
677-
<<: *base_node_latest_small
677+
<<: *base_node_small
678678
steps:
679679
- checkout
680680
- run:
@@ -1136,7 +1136,7 @@ jobs:
11361136
- gitter_notify_failure_unless_pr
11371137

11381138
t_ems_ext_hardhat:
1139-
<<: *base_node_latest_small
1139+
<<: *base_node_small
11401140
environment:
11411141
TERM: xterm
11421142
HARDHAT_TESTS_SOLC_PATH: /tmp/workspace/soljson.js
@@ -1339,7 +1339,7 @@ jobs:
13391339
- gitter_notify_failure_unless_pr
13401340

13411341
b_bytecode_ems:
1342-
<<: *base_node_latest_small
1342+
<<: *base_node_small
13431343
environment:
13441344
SOLC_EMSCRIPTEN: "On"
13451345
steps:

0 commit comments

Comments
 (0)