Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Dec 16, 2024
1 parent dc29623 commit 2843bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/scripts/src/helpers/test-runner/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ const services: Readonly<Record<Service, Readonly<DockerRunOptions>>> = {
image: config.OPENSEARCH_DOCKER_IMAGE,
name: `${config.TEST_NAMESPACE}_${config.OPENSEARCH_NAME}`,
tmpfs: config.SERVICES_USE_TMPFS
? ['/usr/share/opensearch/data:uid=1000,gid=1000']
: undefined,
? ['/usr/share/opensearch/data:uid=1000,gid=1000']
: undefined,
ports: [`${config.OPENSEARCH_PORT}:${config.OPENSEARCH_PORT}`],
env: {
OPENSEARCH_JAVA_OPTS: config.SERVICE_HEAP_OPTS,
Expand Down

0 comments on commit 2843bf3

Please sign in to comment.