Skip to content

Commit c56d7fa

Browse files
wip
1 parent c0ad6c4 commit c56d7fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
default: ""
7777
docker:
7878
- image: << parameters.maven-image >>
79-
- resource_class: arm.medium
80-
image: influxdb:3-core
79+
- image: influxdb:3-core
8180
environment:
8281
- INFLUXDB3_NODE_IDENTIFIER_PREFIX=node01
8382
- INFLUXDB3_OBJECT_STORE=file
8483
- INFLUXDB3_DB_DIR=/var/lib/influxdb3/data
84+
resource_class: arm.medium
8585
steps:
8686
- checkout
8787
- restore_cache:

0 commit comments

Comments
 (0)